refactor(EnvelopeGenerator.Common): umbenennen in EnvelopeGenerator.CommonService
This commit is contained in:
11
EnvelopeGenerator.CommonServices/Models/DbConfig.vb
Normal file
11
EnvelopeGenerator.CommonServices/Models/DbConfig.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Public Class DbConfig
|
||||
Public Property ExternalProgramName As String = "signFLOW"
|
||||
Public Property DocumentPathOrigin As String = ""
|
||||
Public Property DocumentPath As String = ""
|
||||
Public Property ExportPath As String = ""
|
||||
Public Property SendingProfile As Integer = 0
|
||||
Public Property SignatureHost As String = ""
|
||||
Public Property Default_TFA_Enabled As Boolean = False
|
||||
Public Property Default_TFA_WithPhone As Boolean = False
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user