예제 #1
0
        public DataSet Lista_Proyecto_SaldoAñoAnterior(string strCodCompañia,
                                                       string strCodProyecto,
                                                       string strCodCentroCosto,
                                                       double dblImporte,
                                                       string strOrdenesElegidas
                                                       )
        {
            Repository.DataGeneral obj = new Repository.DataGeneral();

            return(obj.Lista_Proyecto_SaldoAñoAnterior(strCodCompañia, strCodProyecto, strCodCentroCosto, dblImporte, strOrdenesElegidas));
        }