public CategoriaController(DeportesDbContext deportesDbContext)
 {
     _deportesDbContext = deportesDbContext;
 }
Beispiel #2
0
 public ProductoController(DeportesDbContext deportesDbContext)
 {
     _deportesDbContext = deportesDbContext;
 }
Beispiel #3
0
 public ProductosController(DeportesDbContext dbContext)
 {
     _dbContext = dbContext;
 }