Esempio n. 1
0
        public List <SPE_OBTIENE_PLANEACION_INCREMENTOS_Result> ObtienePlaneacionIncrementos(int?ID_TABULADOR = null, int?ID_ROL = null)
        {
            TabuladoresOperaciones operaciones = new TabuladoresOperaciones();

            return(operaciones.ObtenerPlaneacionIncrementos(ID_TABULADOR, ID_ROL));
        }