Esempio n. 1
0
 public bool IsExistUserNamePassword(string username, string password)
 {
     return(repository.IsExistUserNamePassword(username, password));
 }