Example #1
0
 public async Task <IActionResult> Get(int id)
 => this.OkOrNotFound(await _authorsService.DetailsAsync(id));