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