PIbd-22. Katysheva N.E LabWork2 #3

Closed
revengel66 wants to merge 18 commits from lab2 into lab1
Showing only changes of commit b118e4b633 - Show all commits

View File

@ -92,7 +92,7 @@ namespace PizzeriaBusinessLogic.BusinessLogic
}
model.Status = status;
if (model.Status == OrderStatus.Выдан)
if (model.Status == OrderStatus.Готов)
{
model.DateImplement = DateTime.Now;
}