public VolarisFlight() { Segments = new Segments(); PassangerFares = new VolarisPassangerFares(); }
public InterJetFlight() { Information = new InterJetFlightInformation(); Segments = new Segments(); }