Exemplo n.º 1
0
 public EFBookRepository(BookDbContext context)
 {
     _context = context;
 }