示例#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));
 }