Esempio n. 1
0
 public List<User> getStudents() {
   return userDAO.findByNotTeacher();
 }