Ejemplo n.º 1
0
 public User findOne(int id) {
   return userRepo.findOne(id);
 }