Beispiel #1
0
 public SendCorreo()
 {
     _personaRepo    = new PersonasRepository();
     _rolpersonaRepo = new RolPersonaRepository();
     _correoRepo     = new CorreoRepository();
     _db             = new GEN_Context();
     _ctx            = new SIGCOCHContext();
 }
Beispiel #2
0
 public SendCorreo(CorreoRepository correoRepo, RolPersonaRepository rolpersonaRepo, PersonasRepository personaRepo)
 {
     _personaRepo    = personaRepo;
     _rolpersonaRepo = rolpersonaRepo;
     _correoRepo     = correoRepo;
     _db             = new GEN_Context();
     _ctx            = new SIGCOCHContext();
 }
 public NotificacionRepository()
 {
     _ctx                 = new SIGCOCHContext();
     _personaRepo         = new PersonasRepository();
     _SolicitudRepository = new SolicitudRepository();
     _db            = new MT_Context();
     _dbGen         = new GEN_Context();
     _ctxGI         = new GI_Context();
     _evaluadorRepo = new EvaluadorIdeaRepository();
     _dbCR          = new CR_Context();
 }
Beispiel #4
0
 public EventoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Beispiel #5
0
 public AmbitoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Beispiel #6
0
 public TesisDirigidaRepository(SIGCOCHContext context)
 {
     _ctx = context;
 }
Beispiel #7
0
 public SNIRepository(SIGCOCHContext context)
 {
     _ctx = context;
 }
 public CongresoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public NivelCursoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Beispiel #10
0
 public indicadoresCHRepositoy()
 {
     _ctx = new SIGCOCHContext();
 }
 public EncargadoDespachoRepository()
 {
     _ctx = new SIGCOCHContext();
     _gen = new GEN_Context();
 }
 public AreasMejoraRepository()
 {
     _db = new SIGCOCHContext();
 }
 public TipoCompetenciaRepository()
 {
     _db = new SIGCOCHContext();
 }
Beispiel #14
0
 public FortalezasRepository()
 {
     _db = new SIGCOCHContext();
 }
 public ManualCompetenciaTecnicaRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 /// <summary>
 /// Contrucctor de la clase FormacionAcademicaRepository
 /// </summary>
 public FormacionAcademicaRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public FormacionAcademicaRepository(SIGCOCHContext context)
 {
     _ctx = context;
 }
 public NivelPublicacionRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public CalificacionCompetenciasRepository()
 {
     _db = new SIGCOCHContext();
 }
        //GEN_Context _gen;

        public CurriculumVitaeRepository()
        {
            _ctx = new SIGCOCHContext();
            //_gen = new GEN_Context();
        }
Beispiel #21
0
 public SNIRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 /// <summary>
 /// Contrucctor de la clase DisciplinasRepository
 /// </summary>
 public CarreraRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Beispiel #23
0
 public TesisDirigidaRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public EstadosEvaluacionSindRepository()
 {
     _db = new SIGCOCHContext();
 }
 public DetalleEvaluacionTecnicasRepository()
 {
     _db = new SIGCOCHContext();
 }
 public SitiosCursosRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public RelacionNivelesSindRepository()
 {
     _db = new SIGCOCHContext();
 }
 public CompetenciasSindRepository()
 {
     _db = new SIGCOCHContext();
 }
 /// <summary>
 /// Contrucctor de la clase AsociacionRepository
 /// </summary>
 public AsociacionRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Beispiel #30
0
 public DesNivelCompetenciaRepository()
 {
     _db = new SIGCOCHContext();
 }