deleted gaps

This commit is contained in:
revengel66 2024-05-07 21:00:55 +04:00
parent f0bf3b1b05
commit af228b975b
9 changed files with 9 additions and 20 deletions

View File

@ -1,6 +1,4 @@

using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
namespace PizzeriaBusinessLogic.OfficePackage

View File

@ -1,6 +1,4 @@

using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
namespace PizzeriaBusinessLogic.OfficePackage

View File

@ -1,5 +1,4 @@

namespace PizzeriaBusinessLogic.OfficePackage.HelperEnums
namespace PizzeriaBusinessLogic.OfficePackage.HelperEnums
{
public enum ExcelStyleInfoType
{

View File

@ -1,5 +1,4 @@

using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
{

View File

@ -1,5 +1,4 @@

namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
{
public class WordParagraph
{

View File

@ -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;

View File

@ -1,5 +1,4 @@

using PizzeriaBusinessLogic.OfficePackage.HelperModels;
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;

View File

@ -1,5 +1,4 @@

namespace PizzeriaContracts.BindingModels
namespace PizzeriaContracts.BindingModels
{
public class ReportBindingModel
{

View File

@ -1,5 +1,4 @@

namespace PizzeriaContracts.ViewModels
namespace PizzeriaContracts.ViewModels
{
public class ReportOrdersViewModel
{