Beispiel #1
0
        public List <E_COMPARACION_COMPETENCIA> obtieneComparacionCompetenciasPlanSucesion(string XML_EMPLEADOS, int?ID_PUESTO)
        {
            PlanSucesionOperaciones op = new PlanSucesionOperaciones();

            return(op.obtieneComparacionCompetenciasPlanSucesion(XML_EMPLEADOS, ID_PUESTO));
        }
Beispiel #2
0
        public List <SPE_OBTIENE_COMPARACION_PUESTOS_PLAN_SUCESION_Result> obtieneComparacionPuestosPlanSucesion(int ID_PUESTO, string XML_EMPLEADOS)
        {
            PlanSucesionOperaciones op = new PlanSucesionOperaciones();

            return(op.obtieneComparacionPuestosPlanSucesion(ID_PUESTO, XML_EMPLEADOS));
        }
Beispiel #3
0
        public List <SPE_OBTIENE_PLAN_SUCESION_Result> obtienePlanSucesion(int ID_EMPLEADO, int?ID_EMPRESA, string XML_PRIORIDADES, string XML_EMPLEADOS = null)
        {
            PlanSucesionOperaciones op = new PlanSucesionOperaciones();

            return(op.obtienePlanSucesion(ID_EMPLEADO, ID_EMPRESA, XML_PRIORIDADES, XML_EMPLEADOS));
        }