Esempio n. 1
0
 // POST api/<controller>
 public bool Post([FromBody] Books newBook)
 {
     return(BusinessManager.AddBook(newBook));
 }