diff --git a/EnvelopeGenerator.Domain/Constants.cs b/EnvelopeGenerator.Domain/Constants.cs index 4c6d5e0b..3e225663 100644 --- a/EnvelopeGenerator.Domain/Constants.cs +++ b/EnvelopeGenerator.Domain/Constants.cs @@ -92,12 +92,6 @@ namespace EnvelopeGenerator.Domain Signature = 1 } - public enum ContractType - { - Contract = 1, - ReadAndSign = 2 - } - public enum ColorType { ReceiverColor1 = 1, @@ -126,12 +120,6 @@ namespace EnvelopeGenerator.Domain YesWithAttachment = 2 } - public enum PageOrientation - { - Portrait = 0, - Landscape = 1 - } - public enum EmailTemplateType { DocumentReceived = 0,