Добавлена модель магазина
This commit is contained in:
parent
267df68fda
commit
be4dd3804f
10
SecuritySystem/SecuritySystemDataModels/Models/IShopModel.cs
Normal file
10
SecuritySystem/SecuritySystemDataModels/Models/IShopModel.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace SecuritySystemDataModels.Models
|
||||
{
|
||||
public interface IShopModel : IId
|
||||
{
|
||||
string Name { get; }
|
||||
string Address { get; }
|
||||
DateTime OpeningDate { get; }
|
||||
Dictionary<int, (ISecureModel, int)> ShopSecures { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user