PIbd-22. Katysheva N.E LabWork4 #5

Closed
revengel66 wants to merge 4 commits from lab4 into lab3
9 changed files with 9 additions and 20 deletions
Showing only changes of commit af228b975b - Show all commits

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
{