ПИбд-23 Юнусов Нияз Наилевич Лабораторная работа №5 усложненная #13
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user