예제 #1
0
 public System.Threading.Tasks.Task <ServiceReferencePostComment.Post> UpdatePostAsync(ServiceReferencePostComment.Post post)
 {
     return(base.Channel.UpdatePostAsync(post));
 }
예제 #2
0
 public System.Threading.Tasks.Task <bool> AddPostAsync(ServiceReferencePostComment.Post post)
 {
     return(base.Channel.AddPostAsync(post));
 }