예제 #1
0
        public List <EReporteVenta> getReporteVenta(string fechaIni, string fechaFin, bool devoluciones, ref ETransactionResult result)
        {
            DaReportes daReportes = new DaReportes();

            return(daReportes.ReporteVenta_get(fechaIni, fechaFin, devoluciones, ref result));
        }
예제 #2
0
        public List <EExistencias> getExistencias(ref ETransactionResult result)
        {
            DaReportes daReportes = new DaReportes();

            return(daReportes.Existencia_get(ref result));
        }