Начало Lab5. Я даже накосячила с ветками уже, я не могу :'(((( по новой: Если честно, у меня уже депрессия, я кое-как всё сдаю и мне ничего не хочется. Хочу уже просто закрыть семестр без троек и долгов и уйти в лето"
This commit is contained in:
parent
b8705ce3a6
commit
cdcd7bcd28
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