예제 #1
0
 public bool Login(string email, string password)
 {
     return(_account.AccountValidation(email, password));
 }