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