Zacharchenko Lab work 2 Hard #7

Closed
shadowik wants to merge 6 commits from Lab2_Hard into Lab1_Hard
Showing only changes of commit 682589c187 - Show all commits

View File

@ -38,6 +38,7 @@ namespace PizzeriaListImplement.Models
return;
}
Status = model.Status;
if (model.Status == OrderStatus.Выдан) DateImplement = model.DateImplement;
}
public OrderViewModel GetViewModel => new()
{