コード例 #1
0
 public Book Post([FromBody] UpdateBookVM model)
 {
     return(BookRepository.AddUpdateBook(model));
 }