provider #6

Merged
ker73rus merged 29 commits from provider into main 2023-04-09 03:11:27 +04:00
4 changed files with 36 additions and 1 deletions
Showing only changes of commit 54ff7f566d - Show all commits

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UniversityContracts.BindingModels
{
internal class DocumentBindingModel
{
}
}

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UniversityContracts.BindingModels
{
internal class EducationStatusBindingModel
{
}
}

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UniversityContracts.BindingModels
{
internal class StudentBindingModel
{
}
}

View File

@ -7,7 +7,6 @@
</PropertyGroup>
<ItemGroup>
<Folder Include="BindingModels\" />
<Folder Include="BusinessLogicContracts\" />
<Folder Include="SearchModels\" />
<Folder Include="StoragesContracts\" />