public PuestoView() { _puestoService = new PuestoService(); _departamentoService = new DepartamentoService(); _departamentos = new List <Departamento>(); InitializeComponent(); update_dataGridView(); }
public CompetenciaView() { InitializeComponent(); _puestos = new List <Puesto>(); _departamentos = new List <Departamento>(); // _competenciaService = new CompetenciaService(); _puestoService = new PuestoService(); _departamentoService = new DepartamentoService(); }
public SearchCandidatoView() { InitializeComponent(); _departamentoService = new DepartamentoService(); _capacitacionService = new CapacitacionService(); _competenciaService = new CompetenciaService(); _puestoService = new PuestoService(); _candidatoService = new CandidatoService(); _idiomasService = new IdiomaService(); // _puestos = new List <Puesto>(); _competencias = new List <Competencia>(); _capacitaciones = new List <Capacitacion>(); _departamentos = new List <Departamento>(); _idiomas = new List <Idioma>(); }
public CandidatoView() { InitializeComponent(); _idiomas = new List <Idioma>(); _puestos = new List <Puesto>(); _experienciasLaborales = new List <ExperienciaLaboral>(); _competencias = new List <Competencia>(); _departamentos = new List <Departamento>(); // _solicitudPendiente = new SolicitudPendienteService(); _candidatoService = new CandidatoService(); _idiomaService = new IdiomaService(); _puestoService = new PuestoService(); _competenciaService = new CompetenciaService(); _departamentoService = new DepartamentoService(); _capacitacionService = new CapacitacionService(); _experienciaLaboralService = new ExperienciaLaboralService(); //CurrentUser.Nombre; }