Ejemplo n.º 1
0
 public SendCorreo()
 {
     _personaRepo    = new PersonasRepository();
     _rolpersonaRepo = new RolPersonaRepository();
     _correoRepo     = new CorreoRepository();
     _db             = new GEN_Context();
     _ctx            = new SIGCOCHContext();
 }
Ejemplo n.º 2
0
 public SendCorreo(CorreoRepository correoRepo, RolPersonaRepository rolpersonaRepo, PersonasRepository personaRepo)
 {
     _personaRepo    = personaRepo;
     _rolpersonaRepo = rolpersonaRepo;
     _correoRepo     = correoRepo;
     _db             = new GEN_Context();
     _ctx            = new SIGCOCHContext();
 }
Ejemplo n.º 3
0
 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();
 }
Ejemplo n.º 4
0
 public EventoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 5
0
 public AmbitoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 6
0
 public TesisDirigidaRepository(SIGCOCHContext context)
 {
     _ctx = context;
 }
Ejemplo n.º 7
0
 public SNIRepository(SIGCOCHContext context)
 {
     _ctx = context;
 }
Ejemplo n.º 8
0
 public CongresoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 9
0
 public NivelCursoRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 10
0
 public indicadoresCHRepositoy()
 {
     _ctx = new SIGCOCHContext();
 }
 public EncargadoDespachoRepository()
 {
     _ctx = new SIGCOCHContext();
     _gen = new GEN_Context();
 }
Ejemplo n.º 12
0
 public AreasMejoraRepository()
 {
     _db = new SIGCOCHContext();
 }
 public TipoCompetenciaRepository()
 {
     _db = new SIGCOCHContext();
 }
Ejemplo n.º 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();
        }
Ejemplo n.º 21
0
 public SNIRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 22
0
 /// <summary>
 /// Contrucctor de la clase DisciplinasRepository
 /// </summary>
 public CarreraRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 23
0
 public TesisDirigidaRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public EstadosEvaluacionSindRepository()
 {
     _db = new SIGCOCHContext();
 }
 public DetalleEvaluacionTecnicasRepository()
 {
     _db = new SIGCOCHContext();
 }
Ejemplo n.º 26
0
 public SitiosCursosRepository()
 {
     _ctx = new SIGCOCHContext();
 }
 public RelacionNivelesSindRepository()
 {
     _db = new SIGCOCHContext();
 }
 public CompetenciasSindRepository()
 {
     _db = new SIGCOCHContext();
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Contrucctor de la clase AsociacionRepository
 /// </summary>
 public AsociacionRepository()
 {
     _ctx = new SIGCOCHContext();
 }
Ejemplo n.º 30
0
 public DesNivelCompetenciaRepository()
 {
     _db = new SIGCOCHContext();
 }