Jonathan Jenne 462bf4a61f 2023-08-07
2023-08-07 11:23:52 +02:00

13 lines
301 B
VB.net

Imports EnvelopeGenerator.Common.Constants
Public Class EnvelopeHistoryEntry
Public EnvelopeId As Integer
Public Status As EnvelopeStatus
Public UserEmailAddress As String
Public ActionTitle As String
Public ActionDescription As String
Public AddedWhen As Date
End Class