Exemplo n.º 1
0
 public void moveNode(int parentId, int id, int position) {
   manager.moveQuery(id, parentId);
 }