Пример #1
0
        public E_RESULTADO EliminaDescriptivoPuesto(string PIN_ID_PUESTO, string CL_USUARIO = "", string NB_PROGRAMA = "", string PIN_ID_EMPLEADO = null, int?ID_CAMBIO = null)
        {
            DescriptivoPuestoOperaciones operaciones = new DescriptivoPuestoOperaciones();

            return(UtilRespuesta.EnvioRespuesta(operaciones.EliminaDescriptivoPuesto(PIN_ID_PUESTO, CL_USUARIO, NB_PROGRAMA, PIN_ID_EMPLEADO, ID_CAMBIO)));
        }