Tsukanova_I.V. LabWork06_base #8

Closed
Inohara wants to merge 9 commits from LabWork06 into LabWork05
Showing only changes of commit b489c47251 - Show all commits

View File

@ -131,7 +131,7 @@ namespace IceCreamBusinessLogic.BusinessLogics
}
model.Status = newStatus;
if (model.Status == OrderStatus.Выдан) model.DateImplement = DateTime.Now;
if (_orderStorage. (model) == null)
if (_orderStorage.Update(model) == null)
{
model.Status--;
_logger.LogWarning("Update operation failed");