public System.Threading.Tasks.Task InsertCommentOnActorIdAsync(WebApp.ServiceReference1.CommentDTO comment, int ActorId)
 {
     return(base.Channel.InsertCommentOnActorIdAsync(comment, ActorId));
 }
 public void InsertCommentOnActorId(WebApp.ServiceReference1.CommentDTO comment, int ActorId)
 {
     base.Channel.InsertCommentOnActorId(comment, ActorId);
 }