Exemple #1
0
 public List<Area> findAllAreas() {
   return areaRepository.findAll();
 }