Ejemplo n.º 1
0
 public Account findAccountByLogin(String login) {
   return accountDAO.findAccountByLogin(login);
 }