создана ветвь

This commit is contained in:
dex_moth 2024-03-28 17:37:24 +04:00
parent 3433831323
commit 157b3346b7

View File

@ -5,6 +5,7 @@
string ShopName { get; }
string Adress { get; }
DateTime OpeningDate { get; }
int CapacityCanned { get; }
Dictionary<int, (ICannedModel, int)> ShopCanneds { get; }
}
}