Ejemplo n.º 1
0
        //public int CabinCrew { get; set; }

        public RouteAirlinerClass(AirlinerClass.ClassType type, SeatingType seating, double fareprice)
        {
            this.Facilities = new List <RouteFacility>();
            this.FarePrice  = fareprice;
            this.Seating    = seating;
            this.Type       = type;
        }
 //public int CabinCrew { get; set; }
 public RouteAirlinerClass(AirlinerClass.ClassType type,SeatingType seating, double fareprice)
 {
     this.Facilities = new List<RouteFacility>();
     this.FarePrice =  fareprice;
     this.Seating =  seating;
     this.Type = type;
 }