コード例 #1
0
 public IActionResult GetAuthorWithBooks(int id)
 {
     return(Ok(_authorsService.GetAuthorWithBooksVM(id)));
 }