Пример #1
0
 public List<LStrMap<Object>> getKnowledgePointsByParentId(int parentKpId) {
   return nwd.getKnowledgePointsByParentId(parentKpId);
 }