2023-08-07
This commit is contained in:
10
EnvelopeGenerator.Common/Entities/EnvelopeHistoryEntry.vb
Normal file
10
EnvelopeGenerator.Common/Entities/EnvelopeHistoryEntry.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user