public UsuarioController(ElaniinTestContext context, IConfiguration config)
 {
     _config  = config;
     _context = context;
 }
 public LoginUsuarioController(ElaniinTestContext context, IConfiguration config, IHttpContextAccessor httpContextAccessor)
 {
     _config              = config;
     _context             = context;
     _httpContextAccessor = httpContextAccessor;
 }
Beispiel #3
0
 public ProductoController(ElaniinTestContext context, IConfiguration config)
 {
     _config  = config;
     _context = context;
 }