finalycommit

This commit is contained in:
Salikh 2024-04-03 16:02:34 +04:00
parent b569dbb445
commit e2f57f08a7

View File

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