Никита. Создал search модели
This commit is contained in:
parent
296a2845ec
commit
ab31efdf50
@ -8,7 +8,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="StoragesContracts\" />
|
||||
<Folder Include="SearchModels\" />
|
||||
<Folder Include="ViewModels\" />
|
||||
<Folder Include="BusinessLogicsContracts\" />
|
||||
</ItemGroup>
|
||||
|
@ -0,0 +1,6 @@
|
||||
namespace PolyclinicContracts.SearchModels
|
||||
{
|
||||
public class CourseSearchModel
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
namespace PolyclinicContracts.SearchModels
|
||||
{
|
||||
public class DiagnosisSearchModel
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
namespace PolyclinicContracts.SearchModels
|
||||
{
|
||||
public class ExecutorSearchModel
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
namespace PolyclinicContracts.SearchModels
|
||||
{
|
||||
public class SymptomSearchModel
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user