예제 #1
0
 public List<Area> getAllAreas() {
   List<Area> areas2 = getChildrens(0, dao.findAll());
   return areas2;
 }