ПИбд-23 Юнусов Нияз Наилевич Лабораторная работа №5 усложненная #13

Closed
Yunusov_Niyaz wants to merge 15 commits from Lab5_Hard into Lab5
Showing only changes of commit cfe9ebfe99 - Show all commits

View File

@ -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
{