diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs index b246b11..46f7c0c 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs @@ -1,4 +1,4 @@ -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums +namespace PolyclinicBusinessLogic.OfficePackage.HelperEnums { public enum ExcelStyleInfoType { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/PdfParagraphAlignmentType.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/PdfParagraphAlignmentType.cs index 9a16984..2da5db3 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/PdfParagraphAlignmentType.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/PdfParagraphAlignmentType.cs @@ -1,4 +1,4 @@ -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums +namespace PolyclinicBusinessLogic.OfficePackage.HelperEnums { public enum PdfParagraphAlignmentType { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/WordJustificationType.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/WordJustificationType.cs index 2a0a485..5efdf5f 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/WordJustificationType.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperEnums/WordJustificationType.cs @@ -1,4 +1,4 @@ -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums +namespace PolyclinicBusinessLogic.OfficePackage.HelperEnums { public enum WordJustificationType { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelCellParameters.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelCellParameters.cs index 179f2e4..ccbc4e5 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelCellParameters.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelCellParameters.cs @@ -1,6 +1,6 @@ -using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums; +using PolyclinicBusinessLogic.OfficePackage.HelperEnums; -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Excel +namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Excel { public class ExcelCellParameters { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelMergeParameters.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelMergeParameters.cs index 8d39d91..2d51fa5 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelMergeParameters.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Excel/ExcelMergeParameters.cs @@ -1,4 +1,4 @@ -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Excel +namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Excel { public class ExcelMergeParameters { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfParagraph.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfParagraph.cs index 333d2b9..de17a96 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfParagraph.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfParagraph.cs @@ -1,6 +1,6 @@ -using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums; +using PolyclinicBusinessLogic.OfficePackage.HelperEnums; -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.PDF +namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.PDF { public class PdfParagraph { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfRowParameters.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfRowParameters.cs index bc137ec..b956d4e 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfRowParameters.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/PDF/PdfRowParameters.cs @@ -1,6 +1,6 @@ -using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums; +using PolyclinicBusinessLogic.OfficePackage.HelperEnums; -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.PDF +namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.PDF { public class PdfRowParameters { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordParagraph.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordParagraph.cs index c9bd9bd..1476335 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordParagraph.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordParagraph.cs @@ -1,4 +1,4 @@ -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Word +namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Word { public class WordParagraph { diff --git a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordTextProperties.cs b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordTextProperties.cs index 8eac0a7..5e14f86 100644 --- a/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordTextProperties.cs +++ b/Polyclinic/PolyclinicBusinessLogic/OfficePackage/HelperModels/Word/WordTextProperties.cs @@ -1,6 +1,6 @@ -using PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperEnums; +using PolyclinicBusinessLogic.OfficePackage.HelperEnums; -namespace PolyclinicBusinessLogic.BusinessLogics.OfficePackage.HelperModels.Word +namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Word { public class WordTextProperties {