PIbd-21 Afanasev S.S. LabWork02_Base #2

Closed
Stepan wants to merge 3 commits from Lab2 into Lab1
Showing only changes of commit 1c522ac659 - Show all commits

View File

@ -37,11 +37,7 @@ namespace MotorPlantListImplement.Models
{
return;
}
EngineId = model.EngineId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
}
public OrderViewModel GetViewModel => new()