6 lines
124 B
VB.net
6 lines
124 B
VB.net
Public Interface IUserService
|
|
|
|
Function CheckUser(ByVal username As String, ByVal passowrd As String)
|
|
|
|
End Interface
|