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