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