Exemplo n.º 1
0
 public async Task Post([FromBody] Book book)
 {
     await db.CreateBook(book);
 }