public VolarisFlight()
 {
     Segments       = new Segments();
     PassangerFares = new VolarisPassangerFares();
 }
Beispiel #2
0
 public InterJetFlight()
 {
     Information = new InterJetFlightInformation();
     Segments    = new Segments();
 }