示例#1
0
        public AccountController(
            IIdentityServerInteractionService interaction,
            IClientStore clientStore,
            IAuthenticationSchemeProvider schemeProvider,
            IEventService events,
            UserManager <Usuario> userManager,
            SignInManager <Usuario> signInManager,
            simepadfContext simepadf,
            IConfiguration configuration,
            IEmailService emailService,
            TestUserStore users = null
            )
        {
            // if the TestUserStore is not in DI, then we'll just use the global users collection
            // this is where you would plug in your own custom identity management library (e.g. ASP.NET Identity)
            _users = users ?? new TestUserStore(TestUsers.Users);

            _interaction    = interaction;
            _clientStore    = clientStore;
            _schemeProvider = schemeProvider;
            _events         = events;
            _userManager    = userManager;
            _signInManager  = signInManager;
            _simepadf       = simepadf;
            _configuration  = configuration;
            _emailService   = emailService;
        }
示例#2
0
 public ProyectoSeguimientoService(simepadfContext context)
 {
     _context = context;
 }
 public EntidadActualizableValidacionService(simepadfContext context)
 {
     _context = context;
 }
 public SeguimientoIndicadorServer(simepadfContext context)
 {
     _context = context;
 }
示例#5
0
 public RegistroAprobacionService(simepadfContext context)
 {
     _context = context;
 }
示例#6
0
 public ResultadoService(simepadfContext context)
 {
     _context = context;
 }
 public EntidadIdentificadorService(simepadfContext context)
 {
     _context = context;
 }
示例#8
0
 public ProyectoHelperService(simepadfContext context)
 {
     _context = context;
 }
 public SimpleIdentificadorService(simepadfContext context)
 {
     _context = context;
 }
 public OrganizacionResponsableService(simepadfContext databaseContext)
 {
     _databaseContext = databaseContext;
 }
示例#11
0
 public ObjetivoService(simepadfContext context)
 {
     _context = context;
 }
示例#12
0
 public UsuarioService(simepadfContext databaseContext, UserManager <Usuario> userManager)
 {
     _databaseContext = databaseContext;
     _userManager     = userManager;
 }
示例#13
0
 public ProyectoInformationService(simepadfContext context)
 {
     _context = context;
 }
示例#14
0
 public EntidadRemovibleValidacionService(simepadfContext context)
 {
     _context = context;
 }
示例#15
0
 public ProductoService(simepadfContext context)
 {
     _context = context;
 }
示例#16
0
 public IndicadorService(simepadfContext context)
 {
     _context = context;
 }
示例#17
0
 public RegistroRevisionService(simepadfContext context)
 {
     _context = context;
 }
示例#18
0
 public NivelImpactoService(simepadfContext context)
 {
     _context = context;
 }
示例#19
0
 public ProyectoReporteService(simepadfContext context)
 {
     _context = context;
 }
示例#20
0
 public AlertService(simepadfContext context, IEmailService emailService)
 {
     _context      = context;
     _emailService = emailService;
 }
示例#21
0
 public FileService(simepadfContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
示例#22
0
 public ProductoEvidenciaService(simepadfContext context)
 {
     _context = context;
 }
示例#23
0
 public PlanTrabajoService(simepadfContext context)
 {
     _context = context;
 }
示例#24
0
 public DesagregacionService(simepadfContext context)
 {
     _context = context;
 }
 public SocioInternacionalService(simepadfContext databaseContext)
 {
     _databaseContext = databaseContext;
 }
 public PlanTrabajoActividadService(simepadfContext context)
 {
     _context = context;
 }
示例#27
0
 public ProyectoProcessService(simepadfContext context)
 {
     _context = context;
 }
示例#28
0
 public RolService(simepadfContext databaseContext)
 {
     _databaseContext = databaseContext;
 }
 public EntidadUtilizadaValidacionService(simepadfContext context)
 {
     _context = context;
 }
示例#30
0
 public ActividadPtService(simepadfContext context)
 {
     _context = context;
 }