2023-09-20

This commit is contained in:
2023-09-20 13:46:34 +02:00
parent 12556e41e4
commit 510813b06a
12 changed files with 119 additions and 16 deletions

View File

@@ -6,4 +6,9 @@
Public Property Email As String
Public Property Language As String
Public ReadOnly Property FullName() As String
Get
Return Prename + " " + Name
End Get
End Property
End Class