Пример #1
0
 public System.Threading.Tasks.Task <Laborator6_PostComment.Post> UpdatePostAsync(Laborator6_PostComment.Post post)
 {
     return(base.Channel.UpdatePostAsync(post));
 }
Пример #2
0
 public System.Threading.Tasks.Task <bool> AddPostAsync(Laborator6_PostComment.Post post)
 {
     return(base.Channel.AddPostAsync(post));
 }
Пример #3
0
 public Laborator6_PostComment.Post UpdatePost(Laborator6_PostComment.Post post)
 {
     return(base.Channel.UpdatePost(post));
 }
Пример #4
0
 public bool AddPost(Laborator6_PostComment.Post post)
 {
     return(base.Channel.AddPost(post));
 }