Никита. Создал search модели

This commit is contained in:
Никита Потапов 2024-04-17 23:36:39 +04:00
parent 296a2845ec
commit ab31efdf50
6 changed files with 24 additions and 1 deletions

View File

@ -8,7 +8,6 @@
<ItemGroup>
<Folder Include="StoragesContracts\" />
<Folder Include="SearchModels\" />
<Folder Include="ViewModels\" />
<Folder Include="BusinessLogicsContracts\" />
</ItemGroup>

View File

@ -0,0 +1,6 @@
namespace PolyclinicContracts.SearchModels
{
public class CourseSearchModel
{
}
}

View File

@ -0,0 +1,6 @@
namespace PolyclinicContracts.SearchModels
{
public class DiagnosisSearchModel
{
}
}

View File

@ -0,0 +1,6 @@
namespace PolyclinicContracts.SearchModels
{
public class ExecutorSearchModel
{
}
}

View File

@ -0,0 +1,6 @@
namespace PolyclinicContracts.SearchModels
{
public class SymptomSearchModel
{
}
}