Базовая лабораторная №4: Исправление
This commit is contained in:
parent
9f8189e654
commit
16ce8c0ca7
@ -7,7 +7,6 @@ using FlowerShopBusinessLogic.BusinessLogics;
|
||||
using FlowerShopContracts.BusinessLogicsContracts;
|
||||
using NLog.Extensions.Logging;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using LawFirmBusinessLogic.OfficePackage.Implements;
|
||||
|
||||
namespace FlowerShop
|
||||
{
|
||||
|
@ -3,10 +3,9 @@ using DocumentFormat.OpenXml.Packaging;
|
||||
using DocumentFormat.OpenXml.Wordprocessing;
|
||||
using FlowerShopBusinessLogic.OfficePackage.HelperEnums;
|
||||
using FlowerShopBusinessLogic.OfficePackage.HelperModels;
|
||||
using FlowerShopBusinessLogic.OfficePackage;
|
||||
using Text = DocumentFormat.OpenXml.Wordprocessing.Text;
|
||||
|
||||
namespace LawFirmBusinessLogic.OfficePackage.Implements
|
||||
namespace FlowerShopBusinessLogic.OfficePackage.Implements
|
||||
{
|
||||
public class SaveToWord : AbstractSaveToWord
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user