Пример #1
0
 public List<InfoSpecs> getInfoSpecsByInfoId(String id) {
   return infoSpecsDao.getInfoSpecsByInfoId(id);
 }