2023-09-13
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property ContractTypeTranslated As String
|
||||
Get
|
||||
Dim oContractType = ContractType.ToString()
|
||||
Return My.Resources.Model.ResourceManager.GetString(oContractType)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public Function Validate() As List(Of String)
|
||||
Dim oErrors As New List(Of String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user