Пример #1
0
 public System.Threading.Tasks.Task <WcfTest3.Client.CommentService.CommentContract> UpdateAsync(WcfTest3.Client.CommentService.CommentContract comment)
 {
     return(base.Channel.UpdateAsync(comment));
 }
Пример #2
0
 public System.Threading.Tasks.Task <WcfTest3.Client.CommentService.CommentContract> CreateAsync(WcfTest3.Client.CommentService.CommentContract comment, int postId)
 {
     return(base.Channel.CreateAsync(comment, postId));
 }
Пример #3
0
 public WcfTest3.Client.CommentService.CommentContract Update(WcfTest3.Client.CommentService.CommentContract comment)
 {
     return(base.Channel.Update(comment));
 }
Пример #4
0
 public WcfTest3.Client.CommentService.CommentContract Create(WcfTest3.Client.CommentService.CommentContract comment, int postId)
 {
     return(base.Channel.Create(comment, postId));
 }