示例#1
0
 public BookService(BookRepository bookRepository)
 {
     this.bookRepository = bookRepository;
 }