ISEbd-21.Fedotov.I.A.LabWork01 #1

Closed
Ilfedotov.01 wants to merge 6 commits from ISEbd-21.Fedotov.I.A.LabWork01 into main
Showing only changes of commit a7446a549b - Show all commits

View File

@ -92,7 +92,6 @@ namespace DineryBusinessLogic.BusinessLogic
model.DateImplement = viewModel.DateImplement;
}
if (_orderStorage.Update(model) == null) {
model.Status--;
_logger.LogWarning("Update operarion failed");
return false;
}