예제 #1
0
 public System.Threading.Tasks.Task <ServiceReferenceHiltonBooking.bookRoomResponse> bookRoomAsync(ServiceReferenceHiltonBooking.RoomReservation r)
 {
     ServiceReferenceHiltonBooking.bookRoomRequest inValue = new ServiceReferenceHiltonBooking.bookRoomRequest();
     inValue.r = r;
     return(((ServiceReferenceHiltonBooking.HiltonBookingService)(this)).bookRoomAsync(inValue));
 }
예제 #2
0
 public bookRoomRequest(ServiceReferenceHiltonBooking.RoomReservation r)
 {
     this.r = r;
 }