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