Пример #1
0
 @Override
 public List<ProductionLine> getProductionLineList(int corpId) {
   return organizationDao.getProductionLineList(corpId);
 }