Putilin P. A. Lab work 1 Base #1

Closed
Pavel wants to merge 9 commits from Lab1Base into main
Showing only changes of commit 5b75181758 - Show all commits

View File

@ -45,13 +45,8 @@ namespace PrecastConcretePlantListImplement.Models
{
return;
}
ReinforcedId = model.ReinforcedId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
Id = model.Id;
}
public OrderViewModel GetViewModel => new()
{