Esempio n. 1
0
 public IHttpActionResult GetBooks()
 {
     return(Ok(catalog.GetAllBooks()));
 }