PIbd-21 Potapov N.S. LabWork01 Hard #5
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…
x
Reference in New Issue
Block a user