Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public List<User> getUsers() {
   return userDao.getAllDistinct();
 }