Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReferencePostComment.Comment> UpdateCommentAsync(ServiceReferencePostComment.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(ServiceReferencePostComment.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <ServiceReferencePostComment.Comment> UpdateOldCommentWithNewOneAsync(ServiceReferencePostComment.Comment oldComment, ServiceReferencePostComment.Comment newComment)
 {
     return(base.Channel.UpdateOldCommentWithNewOneAsync(oldComment, newComment));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <bool> AddCommentByIdAsync(int postId, ServiceReferencePostComment.Comment comment)
 {
     return(base.Channel.AddCommentByIdAsync(postId, comment));
 }
Ejemplo n.º 5
0
 public System.Threading.Tasks.Task <int> DeleteCommentAsync(ServiceReferencePostComment.Comment comm)
 {
     return(base.Channel.DeleteCommentAsync(comm));
 }