Romanov E.V. SecuritySystem Lab_Work_1 #1

Closed
RomanovEgor wants to merge 27 commits from Lab_Work_1 into main
Showing only changes of commit 4d3559581f - Show all commits

View File

@ -36,13 +36,7 @@ namespace SecuritySystemListImplement.Models
}
return new Order()
{
Id = model.Id,
ManufactureId = model.ManufactureId,
ManufactureName = model.ManufactureName,
Count = model.Count,
Sum = model.Sum,
Status = model.Status,
DateCreate = model.DateCreate,
DateImplement = model.DateImplement
};
}