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