public AspNetUserClaimsController(SneakersCRContext context) { _context = context; }
public AspNetRolesController(SneakersCRContext context) { _context = context; }
public MarcaProductosController(SneakersCRContext context) { _context = context; }
public AspNetUserLoginsController(SneakersCRContext context) { _context = context; }
public TiendasController(SneakersCRContext context) { _context = context; }
public UbicacionTiendasController(SneakersCRContext context) { _context = context; }
public CategoriaProductosController(SneakersCRContext context) { _context = context; }