diff --git a/FlowerShop/FlowerShop/Program.cs b/FlowerShop/FlowerShop/Program.cs index 870af77..4edb743 100644 --- a/FlowerShop/FlowerShop/Program.cs +++ b/FlowerShop/FlowerShop/Program.cs @@ -7,7 +7,6 @@ using FlowerShopBusinessLogic.BusinessLogics; using FlowerShopContracts.BusinessLogicsContracts; using NLog.Extensions.Logging; using Microsoft.Extensions.Logging; -using LawFirmBusinessLogic.OfficePackage.Implements; namespace FlowerShop { diff --git a/FlowerShop/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToWord.cs b/FlowerShop/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToWord.cs index e534f12..a8b8e85 100644 --- a/FlowerShop/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToWord.cs +++ b/FlowerShop/FlowerShopBusinessLogic/OfficePackage/Implements/SaveToWord.cs @@ -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 {