order status

This commit is contained in:
the
2023-05-20 07:41:13 +04:00
parent e0c39713ee
commit 46477a6c6f
9 changed files with 127 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ namespace ComputerShopDatabaseImplement.Models
public int OrderId { get; set; }
public int ReceivingId { get; set; }
public int? ReceivingId { get; set; }
public virtual EquipmentReceiving Receiving { get; set; }
private Dictionary<int, IOrderModel>? _supplyOrders =