PIbd-22. Katysheva N.E LabWork1 #1

Closed
revengel66 wants to merge 21 commits from lab1 into main
Showing only changes of commit 658f5279de - 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;
}