diff --git a/SushiBar/SushiBarBusinessLogic/SaveToPdf.cs b/SushiBar/SushiBarBusinessLogic/SaveToPdf.cs index 3ed3371..01af7b7 100644 --- a/SushiBar/SushiBarBusinessLogic/SaveToPdf.cs +++ b/SushiBar/SushiBarBusinessLogic/SaveToPdf.cs @@ -1,6 +1,6 @@ -using MigraDoc.DocumentObjectModel; -using MigraDoc.DocumentObjectModel.Tables; -using MigraDoc.Rendering; +using MigraDocCore.DocumentObjectModel; +using MigraDocCore.DocumentObjectModel.Tables; +using MigraDocCore.Rendering; using SushiBarBusinessLogic.OfficePackage.HelperEnums; using SushiBarBusinessLogic.OfficePackage.HelperModels; namespace SushiBarBusinessLogic.OfficePackage.Implements diff --git a/SushiBar/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj b/SushiBar/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj index 234a259..98b741d 100644 --- a/SushiBar/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj +++ b/SushiBar/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj @@ -11,8 +11,6 @@ - -