Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference1.Comment> UpdateCommentAsync(ServiceReference1.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AMDCommentAsync(ServiceReference1.Post post, ServiceReference1.Comment comment)
 {
     return(base.Channel.AMDCommentAsync(post, comment));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(ServiceReference1.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }