Базовая лабораторная №4: Исправление

This commit is contained in:
Сергей Полевой 2023-03-26 17:47:27 +04:00
parent 9f8189e654
commit 16ce8c0ca7
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ using FlowerShopBusinessLogic.BusinessLogics;
using FlowerShopContracts.BusinessLogicsContracts; using FlowerShopContracts.BusinessLogicsContracts;
using NLog.Extensions.Logging; using NLog.Extensions.Logging;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
using LawFirmBusinessLogic.OfficePackage.Implements;
namespace FlowerShop namespace FlowerShop
{ {

View File

@ -3,10 +3,9 @@ using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing; using DocumentFormat.OpenXml.Wordprocessing;
using FlowerShopBusinessLogic.OfficePackage.HelperEnums; using FlowerShopBusinessLogic.OfficePackage.HelperEnums;
using FlowerShopBusinessLogic.OfficePackage.HelperModels; using FlowerShopBusinessLogic.OfficePackage.HelperModels;
using FlowerShopBusinessLogic.OfficePackage;
using Text = DocumentFormat.OpenXml.Wordprocessing.Text; using Text = DocumentFormat.OpenXml.Wordprocessing.Text;
namespace LawFirmBusinessLogic.OfficePackage.Implements namespace FlowerShopBusinessLogic.OfficePackage.Implements
{ {
public class SaveToWord : AbstractSaveToWord public class SaveToWord : AbstractSaveToWord
{ {