Esempio n. 1
0
 public User findById(int id) {
   return dao.findById(id);
 }