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