Exemple #1
0
 public List<Group> getAllGroup() {
   Sort sort = new Sort("name");
   return groupRepo.findAll(sort);
 }