Exemplo n.º 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));
        }
Exemplo n.º 2
0
        public List <EExistencias> getExistencias(ref ETransactionResult result)
        {
            DaReportes daReportes = new DaReportes();

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