Exemplo n.º 1
0
 public AspNetUserClaimsController(SneakersCRContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public AspNetRolesController(SneakersCRContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public MarcaProductosController(SneakersCRContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public AspNetUserLoginsController(SneakersCRContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public TiendasController(SneakersCRContext context)
 {
     _context = context;
 }
 public UbicacionTiendasController(SneakersCRContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public CategoriaProductosController(SneakersCRContext context)
 {
     _context = context;
 }