コード例 #1
0
 public System.Threading.Tasks.Task <WCFPostComment.Post> UpdatePostAsync(WCFPostComment.Post post)
 {
     return(base.Channel.UpdatePostAsync(post));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <bool> AddPostAsync(WCFPostComment.Post post)
 {
     return(base.Channel.AddPostAsync(post));
 }
コード例 #3
0
 public WCFPostComment.Post UpdatePost(WCFPostComment.Post post)
 {
     return(base.Channel.UpdatePost(post));
 }
コード例 #4
0
 public bool AddPost(WCFPostComment.Post post)
 {
     return(base.Channel.AddPost(post));
 }