public Bookingback()
 {
     reference    = new Reference();
     holder       = new HolderInput();
     hotel        = new BookingHotel();
     price        = new Price();
     cancelPolicy = new CancelPolicy();
 }
示例#2
0
 public SearchOutputData()
 {
     cancelPolicy = new CancelPolicy();
     occupancies  = new List <PaxBack>();
     supplements  = new List <Supplement>();
     surcharges   = new List <Surcharge>();
     price        = new Price();
     rooms        = new List <Room>();
 }
 public ValidationData()
 {
     price        = new Price();
     cancelPolicy = new CancelPolicy();
 }