Exemplo n.º 1
0
 public async Task <IActionResult> Create([FromBody] PostAuthorRequestModel model)
 => this.Ok(await _authorsService.CreateAsync(model.FirstName, model.LastName));