This commit is contained in:
PitzM 2023-12-06 13:03:46 +01:00
parent 25f7aeb45c
commit ba6406b4b5

View File

@ -3,7 +3,7 @@
Public Property UserId As Integer
Public Property Title As String = ""
Public Property ContractType As Constants.ContractType
Public Property Status As Constants.EnvelopeStatus
Public Property Status As Constants.EnvelopeStatus = Constants.EnvelopeStatus.EnvelopeCreated
Public Property Uuid As String = Guid.NewGuid.ToString()
Public Property Subject As String = My.Resources.Envelope.You_received_a_document_to_sign_