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