2023-08-08 15:09:33 +02:00

10 lines
257 B
VB.net

Public Class User
Public Property Id As Integer = 0
Public Property Prename As String
Public Property Name As String
Public Property Username As String
Public Property Email As String
Public Property Language As String
End Class