Ejemplo n.º 1
0
 public User getByMail(String email) {
   log.info("getByEmail " + email);
   return service.getByEmail(email);
 }