예제 #1
0
        public E_ES_DATOS_LABORALES ObtieneESDatosLaborales(int?pIdDatoLaboral = null, int?pIdEstudioSocioeconomico = null)
        {
            ProcesoSeleccionOperaciones oProcesoSeleccion = new ProcesoSeleccionOperaciones();

            return(oProcesoSeleccion.ObtenerESDatosLaborales(pIdDatoLaboral, pIdEstudioSocioeconomico));
        }