Exemple #1
0
 public Book AddLibrary([FromBody] Book book)
 {
     return(_repo.AddLibrary(book));
 }