コード例 #1
0
 public JwList<AcNest> getAllByParentNestId(Integer parentNestId) {
   return _delegate.getAllByParentNestId(parentNestId);
 }