Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReferencePostComments.Comment> UpdateCommentAsync(ServiceReferencePostComments.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(ServiceReferencePostComments.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }