Beispiel #1
0
 public void SetLocationSeatTypeConfig(LocationSeatTypeConfig LocationSeatType)
 {
     this.LocationSeatType = LocationSeatType;
 }
 public void AddLocationSeatTypeConfig(LocationSeatTypeConfig LocationSeatType)
 {
     this.LocationSeatTypes.Add(LocationSeatType);
 }
Beispiel #3
0
 public SeatTypeConfig(string Code, string Name, LocationSeatTypeConfig LocationSeatType) : base(Code, Name)
 {
     this.LocationSeatType = LocationSeatType;
 }