Пул
This commit is contained in:
parent
93b92ab4b0
commit
cfe9ebfe99
@ -18,8 +18,7 @@ namespace CarRepairShopDatabaseImplement.Models
|
||||
public DateTime DateOpen { get; private set; }
|
||||
[Required]
|
||||
public int MaxCapacity { get; private set; }
|
||||
private Dictionary<int, (IRepairModel, int)>? _shopRepairs =
|
||||
null;
|
||||
private Dictionary<int, (IRepairModel, int)>? _shopRepairs = null;
|
||||
[NotMapped]
|
||||
public Dictionary<int, (IRepairModel, int)> ShopRepairs
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user