Пример #1
0
 public async Task <ActionResult <CreateCommentOutputModel> > Create(int postId,
                                                                     CreateCommentCommand command)
 => await this.Send(command.SetId(postId));