diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToExcel.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToExcel.cs index 7803aae..58ca2eb 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToExcel.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToExcel.cs @@ -1,6 +1,4 @@ - - -using PizzeriaBusinessLogic.OfficePackage.HelperEnums; +using PizzeriaBusinessLogic.OfficePackage.HelperEnums; using PizzeriaBusinessLogic.OfficePackage.HelperModels; namespace PizzeriaBusinessLogic.OfficePackage diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToPdf.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToPdf.cs index 4d0f960..dd5b2e8 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToPdf.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/AbstractSaveToPdf.cs @@ -1,6 +1,4 @@ - - -using PizzeriaBusinessLogic.OfficePackage.HelperEnums; +using PizzeriaBusinessLogic.OfficePackage.HelperEnums; using PizzeriaBusinessLogic.OfficePackage.HelperModels; namespace PizzeriaBusinessLogic.OfficePackage diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs index 015fc45..1b65329 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperEnums/ExcelStyleInfoType.cs @@ -1,5 +1,4 @@ - -namespace PizzeriaBusinessLogic.OfficePackage.HelperEnums +namespace PizzeriaBusinessLogic.OfficePackage.HelperEnums { public enum ExcelStyleInfoType { diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/ExcelCellParameters.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/ExcelCellParameters.cs index 7e9e1f9..e778b6c 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/ExcelCellParameters.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/ExcelCellParameters.cs @@ -1,5 +1,4 @@ - -using PizzeriaBusinessLogic.OfficePackage.HelperEnums; +using PizzeriaBusinessLogic.OfficePackage.HelperEnums; namespace PizzeriaBusinessLogic.OfficePackage.HelperModels { diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/WordParagraph.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/WordParagraph.cs index 923335b..9f6c70f 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/WordParagraph.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/HelperModels/WordParagraph.cs @@ -1,5 +1,4 @@ - -namespace PizzeriaBusinessLogic.OfficePackage.HelperModels +namespace PizzeriaBusinessLogic.OfficePackage.HelperModels { public class WordParagraph { diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToExcel.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToExcel.cs index 62df446..f5b2f07 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToExcel.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToExcel.cs @@ -1,5 +1,4 @@ - -using DocumentFormat.OpenXml.Office2010.Excel; +using DocumentFormat.OpenXml.Office2010.Excel; using DocumentFormat.OpenXml.Office2013.Excel; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; diff --git a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToWord.cs b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToWord.cs index 7dbb8b4..abf25b5 100644 --- a/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToWord.cs +++ b/Pizzeria/PizzeriaBusinessLogic/OfficePackage/Implements/SaveToWord.cs @@ -1,5 +1,4 @@ - -using PizzeriaBusinessLogic.OfficePackage.HelperModels; +using PizzeriaBusinessLogic.OfficePackage.HelperModels; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordprocessing; diff --git a/Pizzeria/PizzeriaContracts/BindingModels/ReportBindingModel.cs b/Pizzeria/PizzeriaContracts/BindingModels/ReportBindingModel.cs index 4c526a0..8c5d77d 100644 --- a/Pizzeria/PizzeriaContracts/BindingModels/ReportBindingModel.cs +++ b/Pizzeria/PizzeriaContracts/BindingModels/ReportBindingModel.cs @@ -1,5 +1,4 @@ - -namespace PizzeriaContracts.BindingModels +namespace PizzeriaContracts.BindingModels { public class ReportBindingModel { diff --git a/Pizzeria/PizzeriaContracts/ViewModels/ReportOrdersViewModel.cs b/Pizzeria/PizzeriaContracts/ViewModels/ReportOrdersViewModel.cs index 74656c7..7aa2ce6 100644 --- a/Pizzeria/PizzeriaContracts/ViewModels/ReportOrdersViewModel.cs +++ b/Pizzeria/PizzeriaContracts/ViewModels/ReportOrdersViewModel.cs @@ -1,5 +1,4 @@ - -namespace PizzeriaContracts.ViewModels +namespace PizzeriaContracts.ViewModels { public class ReportOrdersViewModel {