Пример #1
0
 public IActionResult GetAuthor(string id)
 {
     return(new OkObjectResult(_authorAppService.GetAuthor(id)));
 }