Пример #1
0
        public List <SPE_OBTIENE_TABULADOR_DESCRIPTIVO_PUESTO_Result> ObtieneDescriptivosPuestosTabulador(int?ID_TABULADOR_PUESTO = null, int?ID_TABULADOR = null, int?ID_PUESTO = null, string NB_PUESTO = null, decimal?MN_MINIMO = null, decimal?MN_MAXIMO = null, string CL_ORIGEN = null)
        {
            TabuladoresOperaciones operaciones = new TabuladoresOperaciones();

            return(operaciones.ObtenerDescriptivosPuestosTabulador(ID_TABULADOR_PUESTO, ID_TABULADOR, ID_PUESTO, NB_PUESTO, MN_MINIMO, MN_MAXIMO, CL_ORIGEN));
        }