Beispiel #1
0
 public List<Flights> getList() {
   if (list == null) list = officeAdministratorService.findAll();
   return list;
 }