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

11 lines
267 B
VB.net

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