Начало Lab5. Если честно, у меня уже депрессия, я кое-как всё сдаю и мне ничего не хочется. Хочу уже просто закрыть семестр без троек и долгов и уйти в лето
This commit is contained in:
parent
aa4538f811
commit
b13d5019a1
15
Confectionery/ConfectioneryDataModels/IClientModel.cs
Normal file
15
Confectionery/ConfectioneryDataModels/IClientModel.cs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace ConfectioneryDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IClientModel
|
||||||
|
{
|
||||||
|
string ClientFIO { get; }
|
||||||
|
string Email { get; }
|
||||||
|
string Password { get; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user