public List <DtoVuelo> GetVuelo() { PVuelo pc = new PVuelo(); return(pc.GetVuelo()); }
public List <DtoVuelo> Getcant(int cant, List <DtoVuelo> colVuelo) { PVuelo pp = new PVuelo(); return(pp.Getcant(cant, colVuelo)); }
public List <DtoVuelo> GetTodos(int cant, List <DtoVuelo> colVuelo, string Origen, string Destino, string FechaSalida, string Fechallegada) { PVuelo pp = new PVuelo(); return(pp.GetTodos(cant, colVuelo, Origen, Destino, FechaSalida, Fechallegada)); }
public DtoVuelo GetVueloInfo(string id) { PVuelo pp = new PVuelo(); return(pp.GetVueloInfo(id)); }