Beispiel #1
0
        public double PorcentajeVuelos(DtoRPorcentaje dto)
        {
            PReporte pe = new PReporte();

            return(pe.PorcentajeVuelos(dto));
        }
Beispiel #2
0
        public List <DtoVuelosMasAsientosVacios> getVuelosMasAsientos(DtoVuelosMasAsientosVacios dto)
        {
            PReporte pe = new PReporte();

            return(pe.getVuelosMasAsientos(dto));
        }
Beispiel #3
0
        public List <DtoCliente> getClienteMasReservas(DtoClienteMasReservas dto)
        {
            PReporte pe = new PReporte();

            return(pe.getClienteMasReservas(dto));
        }
Beispiel #4
0
        public List <DtoReporteVolumenPedidodia> GetReporte3()
        {
            PReporte pc = new PReporte();

            return(pc.Reporte3());
        }
Beispiel #5
0
        public double GetReporte2(DateTime fecha1, DateTime fecha2)
        {
            PReporte pc = new PReporte();

            return(pc.Reporte2(fecha1, fecha2));
        }
Beispiel #6
0
        public List <DtoReporteMasVendido> GetReporte1()
        {
            PReporte pc = new PReporte();

            return(pc.Reporte1());
        }