правка #1

Merged
TImourka merged 1 commits from laba1 into laba1Complicated 2024-02-23 16:17:47 +04:00

View File

@ -50,12 +50,7 @@ namespace AutomobilePlantListImplement.Models
{
return;
}
Id = model.Id;
CarId = model.CarId;
Count = model.Count;
Sum = model.Sum;
Status = model.Status;
DateCreate = model.DateCreate;
DateImplement = model.DateImplement;
}