Jonathan Jenne ea35ed0e29 20-11-23
2023-11-20 10:56:25 +01:00

7 lines
206 B
VB.net

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