Exemplo n.º 1
0
 public BookRepository(BookstoreContext context)
 {
     _context = context;
 }