예제 #1
0
 public Usuario GetByEmailyPassword(string email, string password)
 {
     return(usuarioDao.GetByEmailyPassword(email, password));
 }