Esempio n. 1
0
 // GET api/books
 public IEnumerable <Book> Get()
 {
     return(books.GetAllBooks());
 }