diff --git a/VeterinaryView/VeterinaryBusinessLogic/OfficePackage/Enums/WordJustificationType.cs b/VeterinaryView/VeterinaryBusinessLogic/OfficePackage/Enums/WordJustificationType.cs new file mode 100644 index 0000000..932032e --- /dev/null +++ b/VeterinaryView/VeterinaryBusinessLogic/OfficePackage/Enums/WordJustificationType.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace VeterinaryBusinessLogic.OfficePackage.Enums +{ + internal class WordJustificationType + { + } +} diff --git a/VeterinaryView/VeterinaryBusinessLogic/VeterinaryBusinessLogic.csproj b/VeterinaryView/VeterinaryBusinessLogic/VeterinaryBusinessLogic.csproj index 1ecf6d2..438d0df 100644 --- a/VeterinaryView/VeterinaryBusinessLogic/VeterinaryBusinessLogic.csproj +++ b/VeterinaryView/VeterinaryBusinessLogic/VeterinaryBusinessLogic.csproj @@ -15,7 +15,6 @@ -