コード例 #1
0
 public BookRepository(BookstoreContext context)
 {
     _context = context;
 }