2023-09-13

This commit is contained in:
2023-09-13 13:57:52 +02:00
parent 5fb92fa5c8
commit 302a8c24ec
20 changed files with 3079 additions and 806 deletions

View File

@@ -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)