Supply fix

This commit is contained in:
2023-05-18 23:41:42 +04:00
parent dbd3e7b5ef
commit 413e041511
6 changed files with 8 additions and 936 deletions

View File

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