コード例 #1
0
ファイル: AreaService.java プロジェクト: Runko/runko-server
 public List<Area> findAllAreas() {
   return areaRepository.findAll();
 }