diff --git a/University/UniversityBusinessLogic/OfficePackage/AbstractSaveToWordStorekeeper.cs b/University/UniversityBusinessLogic/OfficePackage/AbstractSaveToWordStorekeeper.cs index 2b99827..db62735 100644 --- a/University/UniversityBusinessLogic/OfficePackage/AbstractSaveToWordStorekeeper.cs +++ b/University/UniversityBusinessLogic/OfficePackage/AbstractSaveToWordStorekeeper.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using UniversityBusinessLogic.OfficePackage.HelperModels; -using UniversityBusinessLogics.OfficePackage.HelperEnums; +using UniversityBusinessLogic.OfficePackage.HelperEnums; namespace UniversityBusinessLogic.OfficePackage { diff --git a/University/UniversityBusinessLogic/OfficePackage/Implements/SaveToWordStorekeeper.cs b/University/UniversityBusinessLogic/OfficePackage/Implements/SaveToWordStorekeeper.cs index e4afbcc..f18d09f 100644 --- a/University/UniversityBusinessLogic/OfficePackage/Implements/SaveToWordStorekeeper.cs +++ b/University/UniversityBusinessLogic/OfficePackage/Implements/SaveToWordStorekeeper.cs @@ -3,7 +3,7 @@ using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordprocessing; using UniversityBusinessLogic.OfficePackage.HelperModels; using UniversityBusinessLogic.OfficePackage; -using UniversityBusinessLogics.OfficePackage.HelperEnums; +using UniversityBusinessLogic.OfficePackage.HelperEnums; namespace UniversityBusinessLogic.OfficePackage.Implements {