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