небольшие изменения
This commit is contained in:
parent
7138cc713f
commit
6c3c5e8061
@ -3,12 +3,12 @@ using Microsoft.Extensions.DependencyInjection;
|
|||||||
using FurnitureAssemblyDatabaseImplement.Implements;
|
using FurnitureAssemblyDatabaseImplement.Implements;
|
||||||
using FurnitureAssemblyBusinessLogic.BusinessLogics;
|
using FurnitureAssemblyBusinessLogic.BusinessLogics;
|
||||||
using FurnitureAssemblyContracts.BusinessLogicsContracts;
|
using FurnitureAssemblyContracts.BusinessLogicsContracts;
|
||||||
using AbstractShopBusinessLogic.BusinessLogics;
|
using FurnitureAssemblyBusinessLogic.BusinessLogics;
|
||||||
using NLog.Extensions.Logging;
|
using NLog.Extensions.Logging;
|
||||||
using FurnitureAssemblyView;
|
using FurnitureAssemblyView;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using AbstractShopBusinessLogic.OfficePackage;
|
using FurnitureAssemblyBusinessLogic.OfficePackage;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.Implements;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.Implements;
|
||||||
|
|
||||||
namespace FurnitureAssembly
|
namespace FurnitureAssembly
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.BusinessLogics
|
namespace FurnitureAssemblyBusinessLogic.BusinessLogics
|
||||||
{
|
{
|
||||||
public class FurnitureLogic: IfurnitureLogic
|
public class FurnitureLogic: IfurnitureLogic
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.BusinessLogics
|
namespace FurnitureAssemblyBusinessLogic.BusinessLogics
|
||||||
{
|
{
|
||||||
public class OrderLogic : IOrderLogic
|
public class OrderLogic : IOrderLogic
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage;
|
using FurnitureAssemblyBusinessLogic.OfficePackage;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
using FurnitureAssemblyContracts.BindingModels;
|
using FurnitureAssemblyContracts.BindingModels;
|
||||||
using FurnitureAssemblyContracts.BusinessLogicsContracts;
|
using FurnitureAssemblyContracts.BusinessLogicsContracts;
|
||||||
using FurnitureAssemblyContracts.SearchModels;
|
using FurnitureAssemblyContracts.SearchModels;
|
||||||
@ -11,7 +11,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.BusinessLogics
|
namespace FurnitureAssemblyBusinessLogic.BusinessLogics
|
||||||
{
|
{
|
||||||
public class ReportLogic : IReportLogic
|
public class ReportLogic : IReportLogic
|
||||||
{
|
{
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage
|
||||||
{
|
{
|
||||||
public abstract class AbstractSaveToExcel
|
public abstract class AbstractSaveToExcel
|
||||||
{
|
{
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage
|
||||||
{
|
{
|
||||||
public abstract class AbstractSaveToPdf
|
public abstract class AbstractSaveToPdf
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
|
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage
|
||||||
{
|
{
|
||||||
public abstract class AbstractSaveToWord
|
public abstract class AbstractSaveToWord
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperEnums
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums
|
||||||
{
|
{
|
||||||
public enum ExcelStyleInfoType
|
public enum ExcelStyleInfoType
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperEnums
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums
|
||||||
{
|
{
|
||||||
public enum PdfParagraphAlignmentType
|
public enum PdfParagraphAlignmentType
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperEnums
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums
|
||||||
{
|
{
|
||||||
public enum WordJustificationType
|
public enum WordJustificationType
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class ExcelCellParameters
|
public class ExcelCellParameters
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using FurnitureAssemblyContracts.ViewModels;
|
using FurnitureAssemblyContracts.ViewModels;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class ExcelInfo
|
public class ExcelInfo
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class ExcelMergeParameters
|
public class ExcelMergeParameters
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
using FurnitureAssemblyContracts.ViewModels;
|
using FurnitureAssemblyContracts.ViewModels;
|
||||||
|
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class PdfInfo
|
public class PdfInfo
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class PdfParagraph
|
public class PdfParagraph
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class PdfRowParameters
|
public class PdfRowParameters
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
using FurnitureAssemblyContracts.ViewModels;
|
using FurnitureAssemblyContracts.ViewModels;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class WordInfo
|
public class WordInfo
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class WordParagraph
|
public class WordParagraph
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
|
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.HelperModels
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels
|
||||||
{
|
{
|
||||||
public class WordTextProperties
|
public class WordTextProperties
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
using DocumentFormat.OpenXml;
|
using DocumentFormat.OpenXml;
|
||||||
using DocumentFormat.OpenXml.Office2010.Excel;
|
using DocumentFormat.OpenXml.Office2010.Excel;
|
||||||
using DocumentFormat.OpenXml.Office2013.Excel;
|
using DocumentFormat.OpenXml.Office2013.Excel;
|
||||||
@ -7,7 +7,7 @@ using DocumentFormat.OpenXml.Packaging;
|
|||||||
using DocumentFormat.OpenXml.Spreadsheet;
|
using DocumentFormat.OpenXml.Spreadsheet;
|
||||||
|
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.Implements
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||||
{
|
{
|
||||||
public class SaveToExcel : AbstractSaveToExcel
|
public class SaveToExcel : AbstractSaveToExcel
|
||||||
{
|
{
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
using MigraDoc.DocumentObjectModel;
|
using MigraDoc.DocumentObjectModel;
|
||||||
using MigraDoc.DocumentObjectModel.Tables;
|
using MigraDoc.DocumentObjectModel.Tables;
|
||||||
using MigraDoc.Rendering;
|
using MigraDoc.Rendering;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.Implements
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||||
{
|
{
|
||||||
public class SaveToPdf : AbstractSaveToPdf
|
public class SaveToPdf : AbstractSaveToPdf
|
||||||
{
|
{
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
using AbstractShopBusinessLogic.OfficePackage.HelperEnums;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using AbstractShopBusinessLogic.OfficePackage.HelperModels;
|
using FurnitureAssemblyBusinessLogic.OfficePackage.HelperModels;
|
||||||
using DocumentFormat.OpenXml;
|
using DocumentFormat.OpenXml;
|
||||||
using DocumentFormat.OpenXml.Packaging;
|
using DocumentFormat.OpenXml.Packaging;
|
||||||
using DocumentFormat.OpenXml.Wordprocessing;
|
using DocumentFormat.OpenXml.Wordprocessing;
|
||||||
|
|
||||||
namespace AbstractShopBusinessLogic.OfficePackage.Implements
|
namespace FurnitureAssemblyBusinessLogic.OfficePackage.Implements
|
||||||
{
|
{
|
||||||
public class SaveToWord : AbstractSaveToWord
|
public class SaveToWord : AbstractSaveToWord
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user