Ejemplo n.º 1
0
 public HotelResRequestType()
 {
     this._hotelReservations = new HotelReservationsType();
     this._uniqueID          = new List <UniqueID_Type>();
     this._pOS = new List <SourceType>();
 }
Ejemplo n.º 2
0
 public OTA_HotelResNotifRQ()
 {
     this._hotelReservations = new HotelReservationsType();
     this._messageID         = new UniqueID_Type();
     this._pOS = new List <SourceType>();
 }