Karamushko M.K lab3_base #3

Closed
maxKarme wants to merge 2 commits from lab3_base into lab2_base
Showing only changes of commit c851b67dc3 - Show all commits

View File

@ -53,11 +53,7 @@ namespace PizzeriaDatabaseImplement.models
{
return;
}
PizzaId = model.PizzaId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
}