BasicAuthentication

This commit is contained in:
2023-02-27 09:12:32 +01:00
parent f595773d33
commit 54563e4143
11 changed files with 242 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
Public Interface IUserService
Function CheckUser(ByVal username As String, ByVal passowrd As String)
End Interface