Пример #1
0
 public List <Book> PostList([FromBody] List <UpdateBookVM> model)
 {
     return(BookRepository.AddUpdateBookList(model));
 }