2023-10-11 09:16:22 +02:00

9 lines
250 B
VB.net

Public Class EnvelopeHistoryEntry
Public EnvelopeId As Integer
Public UserReference As String
Public ActionType As Constants.EnvelopeHistoryActionType
Public ActionDescription As String
Public ActionDate As DateTime
End Class