Никита. Добавлена модель пользователя-исполнителя
This commit is contained in:
parent
e9484f9482
commit
8c26c64dfe
@ -4,5 +4,6 @@
|
|||||||
{
|
{
|
||||||
string Name { get; }
|
string Name { get; }
|
||||||
string Comment { get; }
|
string Comment { get; }
|
||||||
|
string ExecutorId { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
9
Polyclinic/PolyclinicDataModels/Models/IExecutorModel.cs
Normal file
9
Polyclinic/PolyclinicDataModels/Models/IExecutorModel.cs
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
namespace PolyclinicDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IExecutorModel
|
||||||
|
{
|
||||||
|
string FIO { get; }
|
||||||
|
string Email { get; }
|
||||||
|
string Password { get; }
|
||||||
|
}
|
||||||
|
}
|
@ -6,8 +6,4 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Models\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user