From 8e6902d5380f62621943121c063b44a6d98c3d5f Mon Sep 17 00:00:00 2001 From: tellsense Date: Fri, 3 May 2024 19:01:03 +0400 Subject: [PATCH] =?UTF-8?q?99.9%=20=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarBusinessLogic/SaveToPdf.cs | 6 +++--- SushiBar/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) 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 @@ - -