예제 #1
0
 public System.Threading.Tasks.Task <WCFPostComment.Comment> UpdateCommentAsync(WCFPostComment.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
예제 #2
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(WCFPostComment.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }
예제 #3
0
 public WCFPostComment.Comment UpdateComment(WCFPostComment.Comment newComment)
 {
     return(base.Channel.UpdateComment(newComment));
 }
예제 #4
0
 public bool AddComment(WCFPostComment.Comment comment)
 {
     return(base.Channel.AddComment(comment));
 }