Example #1
0
 public ProductoController(MiTiendaShoesContext context, IWebHostEnvironment hostEnvironment)
 {
     _context         = context;
     _hostEnvironment = hostEnvironment;
 }
Example #2
0
 public RecuperacionController(MiTiendaShoesContext context)
 {
     _context = context;
 }
 public LoginController(MiTiendaShoesContext context)
 {
     _context = context;
 }
 public RegistroController(MiTiendaShoesContext context)
 {
     _context = context;
 }