10 lines
236 B
VB.net
10 lines
236 B
VB.net
Public Class EnvelopeHistoryEntry
|
|
Public EnvelopeId As Integer
|
|
Public ActionType As Constants.ActionType
|
|
Public UserReference As String
|
|
Public ActionDescription As String
|
|
Public ActionDate As DateTime
|
|
|
|
|
|
End Class
|