final fixed

This commit is contained in:
10Г Егор Романов 2023-03-06 17:26:18 +04:00
parent 5ddd734aa6
commit 4d3559581f

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
};
}