Exemplo n.º 1
0
 public User getByEmail(String email) {
   return userDao.getByEmail(email);
 }