2023-09-27

This commit is contained in:
2023-09-27 14:06:05 +02:00
parent e3a81bfdbf
commit f3af50bde0
5 changed files with 71 additions and 21 deletions

View File

@@ -1,10 +1,9 @@
Public Class EnvelopeHistoryEntry
Public EnvelopeId As Integer
Public Status As Constants.HistoryStatus
Public UserEmailAddress As String
Public ActionTitle As String
Public ActionType As Constants.ActionType
Public UserReference As String
Public ActionDescription As String
Public AddedWhen As Date
Public ActionDate As DateTime
End Class