예제 #1
0
 public bool CheckUser(string username, string password)
 {
     return(AuthUser.Authenticate(username, password) != null);
 }