Karamushko M.K lab2_base #2

Closed
maxKarme wants to merge 2 commits from lab2_base into lab1_base
Showing only changes of commit 572db2c32c - Show all commits

View File

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