Написаны Contracts.BindingModels для Поставщика

This commit is contained in:
Danil Markov 2023-04-04 13:50:59 +04:00
parent 19881247ff
commit 54ff7f566d
4 changed files with 36 additions and 1 deletions

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\" />