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