Example #1
0
 public CategoriasController(DeporteDbContext c)
 {
     _context = c;
 }
Example #2
0
 public HomeController(DeporteDbContext c)
 {
     _context = c;
 }
 public ProductosController(DeporteDbContext c)
 {
     _context = c;
 }