PIbd-21 Afanasev S.S. LabWork01_Base #1

Closed
Stepan wants to merge 4 commits from Lab1 into main
Showing only changes of commit 5eafdaf29c - 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()