5 lines
108 B
VB.net
5 lines
108 B
VB.net
|
|
Public Class mdlPerson
|
|||
|
|
Public Property id As String
|
|||
|
|
Public Property nikename As String
|
|||
|
|
End Class
|