Jonathan Jenne 6de7ec0050 04-10-2023
2023-10-04 11:44:26 +02:00

10 lines
273 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
Public UserEmailAddress As String
End Class