コード例 #1
0
 public IHttpActionResult GetGenre(string genre)
 {
     return(Ok(catalog.GetBooksByGenre(genre)));
 }