Пример #1
0
 public void commentRemove(
     UrlListData urlListData,
     CommentListData commentListData,
     Callback<MainServerData<Object>> callback) {
   urlListInterface.commentRemove(
       LinkBoxController.usrListData.usrKey,
       LinkBoxController.currentBox.boxKey,
       urlListData.urlKey,
       commentListData,
       callback);
 }