This commit is contained in:
mmrbnjd
2024-05-25 17:52:40 +03:30
parent 0fc2efd5ca
commit e4cd267beb
9 changed files with 223 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace Back.Validations
else
{
var customerid = model.Item2.ID.Value;
if (!servCod.ExistCodByCustomerID(customerid, companyid).Result)
if (!servCod.ExistCodByCompanyID(customerid, companyid).Result)
context.AddFailure("کالا با این شناسه یافت نشد");
}
});