deleted gaps
This commit is contained in:
parent
f0bf3b1b05
commit
af228b975b
@ -1,6 +1,4 @@
|
|||||||
|
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
|
|
||||||
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
|
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
|
||||||
|
|
||||||
namespace PizzeriaBusinessLogic.OfficePackage
|
namespace PizzeriaBusinessLogic.OfficePackage
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
|
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
|
|
||||||
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
|
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
|
||||||
|
|
||||||
namespace PizzeriaBusinessLogic.OfficePackage
|
namespace PizzeriaBusinessLogic.OfficePackage
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
namespace PizzeriaBusinessLogic.OfficePackage.HelperEnums
|
||||||
namespace PizzeriaBusinessLogic.OfficePackage.HelperEnums
|
|
||||||
{
|
{
|
||||||
public enum ExcelStyleInfoType
|
public enum ExcelStyleInfoType
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using PizzeriaBusinessLogic.OfficePackage.HelperEnums;
|
|
||||||
|
|
||||||
namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
|
namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
|
||||||
namespace PizzeriaBusinessLogic.OfficePackage.HelperModels
|
|
||||||
{
|
{
|
||||||
public class WordParagraph
|
public class WordParagraph
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
using DocumentFormat.OpenXml.Office2010.Excel;
|
||||||
using DocumentFormat.OpenXml.Office2010.Excel;
|
|
||||||
using DocumentFormat.OpenXml.Office2013.Excel;
|
using DocumentFormat.OpenXml.Office2013.Excel;
|
||||||
using DocumentFormat.OpenXml;
|
using DocumentFormat.OpenXml;
|
||||||
using DocumentFormat.OpenXml.Packaging;
|
using DocumentFormat.OpenXml.Packaging;
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
|
||||||
using PizzeriaBusinessLogic.OfficePackage.HelperModels;
|
|
||||||
using DocumentFormat.OpenXml;
|
using DocumentFormat.OpenXml;
|
||||||
using DocumentFormat.OpenXml.Packaging;
|
using DocumentFormat.OpenXml.Packaging;
|
||||||
using DocumentFormat.OpenXml.Wordprocessing;
|
using DocumentFormat.OpenXml.Wordprocessing;
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
namespace PizzeriaContracts.BindingModels
|
||||||
namespace PizzeriaContracts.BindingModels
|
|
||||||
{
|
{
|
||||||
public class ReportBindingModel
|
public class ReportBindingModel
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
namespace PizzeriaContracts.ViewModels
|
||||||
namespace PizzeriaContracts.ViewModels
|
|
||||||
{
|
{
|
||||||
public class ReportOrdersViewModel
|
public class ReportOrdersViewModel
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user