Пример #1
0
 public System.Threading.Tasks.Task InsertCommentAsync(Host.EntertainmentService.Comment comment)
 {
     return(base.Channel.InsertCommentAsync(comment));
 }
Пример #2
0
 public void InsertComment(Host.EntertainmentService.Comment comment)
 {
     base.Channel.InsertComment(comment);
 }