stage9_10 #16

Merged
ns.potapov merged 98 commits from stage9_10 into main 2024-05-30 04:28:50 +04:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit 4624023c86 - Show all commits
Polyclinic/PolyclinicBusinessLogic
BusinessLogics/OfficePackage/HelperEnums
PolyclinicBusinessLogic.csproj

@ -0,0 +1,11 @@

namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums
{
public enum ExcelStyleInfoType
{
Title,
Text,
TextWithBorder
}
}

@ -15,4 +15,8 @@
<ProjectReference Include="..\PolyclinicDatabaseImplement\PolyclinicDatabaseImplement.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="BusinessLogics\OfficePackage\HelperModels\" />
</ItemGroup>
</Project>