Comment errors + order contr + some fixes

This commit is contained in:
2023-05-20 01:31:46 +04:00
parent 3ba667323d
commit e0c39713ee
7 changed files with 183 additions and 16 deletions

View File

@@ -56,7 +56,6 @@ namespace ComputerShopDatabaseImplement.Models
Status = model.Status,
DateCreate = model.DateCreate,
DateImplement = model.DateImplement,
Receiving = model.Receiving,
Orders = model.SupplyOrders.Select(x => new
SupplyOrder
{