добавила папки для работы с файлами (офис пакеты)

This commit is contained in:
Елена Бакальская 2024-05-23 15:02:22 +04:00
parent 9dea9260bb
commit 4624023c86
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,11 @@

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

View File

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