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