13 lines
367 B
VB.net
13 lines
367 B
VB.net
Imports EnvelopeGenerator.Domain
|
|
|
|
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
|