Ejemplo n.º 1
0
 public BookRepository(GestionLivreContext context, IConfiguration configuration) //Dependence injection
 {
     _context       = context;
     _configuration = configuration;
 }
Ejemplo n.º 2
0
 public LanguageRepository(GestionLivreContext context)
 {
     _context = context;
 }