SQL-Abfragen in Models verschoben
User Model neu
This commit is contained in:
9
EnvelopeGenerator.Common/Entities/User.vb
Normal file
9
EnvelopeGenerator.Common/Entities/User.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user