refactor(EnvelopeGenerator.Common): umbenennen in EnvelopeGenerator.CommonService
This commit is contained in:
13
EnvelopeGenerator.CommonServices/Models/ElementStatus.vb
Normal file
13
EnvelopeGenerator.CommonServices/Models/ElementStatus.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Imports EnvelopeGenerator.Domain
|
||||
|
||||
<Obsolete("Tabelle TBSIG_ELEMENT_STATUS entfernt")>
|
||||
Public Class ElementStatus
|
||||
|
||||
Public Property Id As Integer
|
||||
Public Property EnvelopeId As Integer
|
||||
Public Property ElementId As Integer
|
||||
Public Property ElementValue As String
|
||||
Public Property Status As Constants.ElementStatus = Constants.ElementStatus.Created
|
||||
Public Property StatusChangedWhen As Date
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user