Exemplo n.º 1
0
 public System.Threading.Tasks.Task UpdatePostAsync(System.Guid id, PostComment.PostDto postDto)
 {
     return(base.Channel.UpdatePostAsync(id, postDto));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task AddPostAsync(PostComment.PostDto postDto)
 {
     return(base.Channel.AddPostAsync(postDto));
 }