Polevoy S.V. LabWork04_hard #12

Closed
ChipsEater wants to merge 6 commits from LabWork04_hard into LabWork03_hard
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 16ce8c0ca7 - Show all commits

View File

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

View File

@ -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
{