Karamushko M.K lab1_base #1

Closed
maxKarme wants to merge 8 commits from lab1_base into main
Showing only changes of commit 5d8b4dd19c - Show all commits

View File

@ -44,11 +44,7 @@ namespace PizzeriaListImplement.Models
{
return;
}
PizzaId = model.PizzaId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
}