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