Esempio n. 1
0
 public System.Threading.Tasks.Task <ServiceReference2.Comment> UpdateCommentAsync(ServiceReference2.Comment newComment)
 {
     return(base.Channel.UpdateCommentAsync(newComment));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <bool> AddCommentAsync(ServiceReference2.Comment comment)
 {
     return(base.Channel.AddCommentAsync(comment));
 }