Entferne die Eigenschaft SignedMailPath aus der Config-Entität
This commit is contained in:
parent
a3c66ecd19
commit
6fc210132d
@ -35,11 +35,6 @@ namespace EnvelopeGenerator.Domain.Entities
|
||||
[DefaultValue("")] // This sets the default value for EXPORT_PATH_DMZ
|
||||
public string ExportPathDmz { get; set; }
|
||||
|
||||
[Column("SIGNED_MAIL_PATH", TypeName = "nvarchar(512)")]
|
||||
[Required]
|
||||
[DefaultValue("")] // This sets the default value for SIGNED_MAIL_PATH
|
||||
public string SignedMailPath { get; set; }
|
||||
|
||||
[Column("DOCUMENT_PATH_MOVE_AFTSEND", TypeName = "nvarchar(512)")]
|
||||
[Required]
|
||||
[DefaultValue("")] // This sets the default value for DOCUMENT_PATH_MOVE_AFTSEND
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user