Пример #1
0
 public List<MasterReread> getMasterReread() {
   try {
     if (loadDatasDao != null) {
       log.info("initMasterReread...");
       return loadDatasDao.getMasterReread(getProtocol());
     }
     return null;
   } catch (Exception ex) {
     throw new RuntimeException(ex);
   }
 }