что что

This commit is contained in:
antoc0der 2024-03-24 21:16:40 +04:00
parent 69b30f43c0
commit 8de0355107

View File

@ -12,8 +12,9 @@ namespace FlowerShopDataModels.Models
string ShopName { get; }
string Address { get; }
DateTime DateOpen { get; }
Dictionary<int, (IFlowerModel, int)> ShopFlowers { get; }
int MaxCapacity { get; }
Dictionary<int, (IFlowerModel, int)> ShopFlowers { get; }
}
}