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