Esempio n. 1
0
 public System.Threading.Tasks.Task InsertCommentAsync(FlixNet.ServiceLibrary.Comment comment)
 {
     return(base.Channel.InsertCommentAsync(comment));
 }
Esempio n. 2
0
 public void InsertComment(FlixNet.ServiceLibrary.Comment comment)
 {
     base.Channel.InsertComment(comment);
 }