Exemplo n.º 1
0
 public void DeleteComment(PostComment comment)
 {
     client.DeleteComment(comment.ToDto());
 }
Exemplo n.º 2
0
 public void AddComment(PostComment comment)
 {
     client.AddComment(comment.ToDto());
 }