Files
EnvelopeGenerator/EnvelopeGenerator.Common/Reports/ReportItem.vb
Jonathan Jenne 3ca992e043 reportgedöns
2023-12-01 08:57:19 +01:00

13 lines
357 B
VB.net

Public Class ReportItem
Public Property Envelope As Envelope
Public Property EnvelopeId As Integer
Public Property EnvelopeTitle As String
Public Property EnvelopeSubject As String
Public Property ItemStatus As Constants.EnvelopeStatus
Public Property ItemUserReference As String
Public Property ItemDate As Date
End Class