This commit is contained in:
@@ -1324,7 +1324,7 @@ namespace AyaNova.Biz
|
||||
foreach (long ItemId in UnitIds)
|
||||
if (!await UnitDeleteAsync(ItemId, transaction))
|
||||
return false;
|
||||
foreach (long ItemId in UnitIds)
|
||||
foreach (long ItemId in OutsideServiceIds)
|
||||
if (!await OutsideServiceDeleteAsync(ItemId, transaction))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user