示例#1
0
 public BooksService(BooksContext booksContext)
 {
     _booksContext = booksContext;
 }