コード例 #1
0
 public IEnumerable <Book> BooksByWriter([FromRoute] int id)
 {
     return(writerService.ListBooksByWriter(id));
 }