Exemplo n.º 1
0
        public List <E_Venta> getAllVenta(DateTime fecDesde, DateTime fecHasta, Int64 idCliente)
        {
            BD_Venta bdVenta = new BD_Venta();

            return(bdVenta.getAll_Venta(fecDesde, fecHasta, idCliente));
        }
Exemplo n.º 2
0
        public List <E_Venta> getAllVenta(DateTime fecDesde, DateTime fecHasta, string descripcionClie, string filtro)
        {
            BD_Venta bdVenta = new BD_Venta();

            return(bdVenta.getAll_Venta(fecDesde, fecHasta, descripcionClie, filtro));
        }