errors fix

This commit is contained in:
2023-05-19 18:26:38 +04:00
parent 9d584e2f20
commit d150686576
17 changed files with 656 additions and 117 deletions

View File

@@ -7,6 +7,6 @@ namespace ComputerShopDataModels.Models
SupplyStatus Status { get; }
DateTime DateCreate { get; }
DateTime? DateImplement { get; }
Dictionary<int, (int, IOrderModel)> SupplyOrders { get; }
Dictionary<int, IOrderModel> SupplyOrders { get; }
}
}