Exemple #1
0
        public E_RESULTADO InsertaActualizaDescriptivo(string PIN_ID_PUESTO = "", string CL_USUARIO    = "", string NB_PROGRAMA = "",
                                                       int?ID_CAMBIO        = null, bool FG_AUTORIZADO = true, string DS_CAMBIO = "", string PIN_CL_ESTADO = "")
        {
            DescriptivoPuestoOperaciones operaciones = new DescriptivoPuestoOperaciones();

            return(UtilRespuesta.EnvioRespuesta(operaciones.InsertaActualizaDescriptivo(PIN_ID_PUESTO, CL_USUARIO, NB_PROGRAMA,
                                                                                        ID_CAMBIO, FG_AUTORIZADO, DS_CAMBIO, PIN_CL_ESTADO)));
        }
Exemple #2
0
        public E_RESULTADO InsertaActualizaDescriptivo(string PIN_ID_PUESTO, int?ID_CAMBIO = null, string CL_USUARIO = "", string NB_PROGRAMA = "", string tipo_transaccion = "", E_PUESTO V_M_PUESTO = null)
        {
            DescriptivoPuestoOperaciones operaciones = new DescriptivoPuestoOperaciones();

            return(UtilRespuesta.EnvioRespuesta(operaciones.InsertaActualizaDescriptivo(PIN_ID_PUESTO, ID_CAMBIO, CL_USUARIO, NB_PROGRAMA, tipo_transaccion, V_M_PUESTO)));
        }