Сдано

This commit is contained in:
Yunusov_Niyaz 2024-03-27 16:35:29 +04:00
parent 8f116075d8
commit 93b92ab4b0

View File

@ -125,8 +125,7 @@ namespace CarRepairShopDatabaseImplement.Implements
foreach (var el in context.ShopRepairs.Where(x => x.RepairId == model.Id))
{
int dif = count;
if (el.Count < dif)
dif = el.Count;
if (el.Count < dif) dif = el.Count;
el.Count -= dif;
count -= dif;
if (el.Count == 0)