добавлен интерфейс ClientModel
This commit is contained in:
parent
458eba712a
commit
f6e40aafc6
9
SushiBarDataModels/Interface1.cs
Normal file
9
SushiBarDataModels/Interface1.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace SushiBarDataModels
|
||||
{
|
||||
public interface IClientModel : IId
|
||||
{
|
||||
string ClientFIO { get; }
|
||||
string Email { get; }
|
||||
string Password { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user