Add documentstatus
This commit is contained in:
10
EnvelopeGenerator.Common/Entities/DocumentStatus.vb
Normal file
10
EnvelopeGenerator.Common/Entities/DocumentStatus.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Public Class DocumentStatus
|
||||
|
||||
Public Property Id As Integer
|
||||
Public Property EnvelopeId As Integer
|
||||
Public Property ReceiverId As Integer
|
||||
Public Property Value As String
|
||||
Public Property Status As Constants.DocumentStatus = Constants.DocumentStatus.Created
|
||||
Public Property StatusChangedWhen As Date
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user