Добавлен класс модели клиента
This commit is contained in:
parent
464cebeb0f
commit
b8aba7688e
@ -0,0 +1,9 @@
|
|||||||
|
namespace SecuritySystemDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IClientModel : IId
|
||||||
|
{
|
||||||
|
string ClientFIO { get; }
|
||||||
|
string Email { get; }
|
||||||
|
string Password { get; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user