public VolarisFlight()
 {
     Segments       = new Segments();
     PassangerFares = new VolarisPassangerFares();
 }
Exemplo n.º 2
0
 public InterJetFlight()
 {
     Information = new InterJetFlightInformation();
     Segments    = new Segments();
 }