ПИбд-21 Кувшинов Тимур сложная лаба 7 #26

Closed
TImourka wants to merge 9 commits from laba7complicated into laba6complicated
Showing only changes of commit 9b9945840d - Show all commits

View File

@ -194,7 +194,6 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics
var result = _orderStorage.Update(model);
if (result == null)
{
model.Status = oldStatus;
_logger.LogWarning("Update operation failed");
return false;
}