errors fix
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user