public UsuariosController(ELAVONTESTContext context, IMapper mapper) { this._context = context; this._mapper = mapper; }
public NegocioService(ELAVONTESTContext _context) { context = _context; }
public CatalogosServices(ELAVONTESTContext _context) { context = _context; }
public CUsuariosController(ELAVONTESTContext context) { _context = context; }
public FilesController(IConfiguration iconfig, ELAVONTESTContext context) { configuracion = iconfig; appname = configuracion.GetValue <string>("MySettings:appnametest"); this.context_ = context; }
public UserService(IOptions <AppSettings> appSettings, ELAVONTESTContext context) { _appSettings = appSettings.Value; _context = context; }