예제 #1
0
 public void Post(BookViewModel book)
 {
     _bookService.Create(book);
 }