Ejemplo n.º 1
0
 public IHttpActionResult GetAuthor(string author)
 {
     return(Ok(catalog.GetBooksByAuthor(author)));
 }