public System.Threading.Tasks.Task updateCommentAsync(InstagramApplication.CInstaSR.Comment comment) { return(base.Channel.updateCommentAsync(comment)); }
public void updateComment(InstagramApplication.CInstaSR.Comment comment) { base.Channel.updateComment(comment); }