LC7 база

This commit is contained in:
Timourka 2024-05-05 17:59:03 +04:00
parent 6e5071cfb9
commit 9b9945840d

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;
}