Пример #1
0
 @Override
 public List<Group> getGroupList(int productionLineId) {
   return organizationDao.getGroupList(productionLineId);
 }