Пример #1
0
 public RSI_Hotel_Booking.HotelService.hotelListDto[] getHotelListDto(long arg0)
 {
     RSI_Hotel_Booking.HotelService.getHotelListDtoRequest inValue = new RSI_Hotel_Booking.HotelService.getHotelListDtoRequest();
     inValue.arg0 = arg0;
     RSI_Hotel_Booking.HotelService.getHotelListDtoResponse retVal = ((RSI_Hotel_Booking.HotelService.HotelWebService)(this)).getHotelListDto(inValue);
     return(retVal.@return);
 }
Пример #2
0
 public System.Threading.Tasks.Task <RSI_Hotel_Booking.HotelService.getHotelListDtoResponse> getHotelListDtoAsync(long arg0)
 {
     RSI_Hotel_Booking.HotelService.getHotelListDtoRequest inValue = new RSI_Hotel_Booking.HotelService.getHotelListDtoRequest();
     inValue.arg0 = arg0;
     return(((RSI_Hotel_Booking.HotelService.HotelWebService)(this)).getHotelListDtoAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <RSI_Hotel_Booking.HotelService.getHotelListDtoResponse> RSI_Hotel_Booking.HotelService.HotelWebService.getHotelListDtoAsync(RSI_Hotel_Booking.HotelService.getHotelListDtoRequest request)
 {
     return(base.Channel.getHotelListDtoAsync(request));
 }
Пример #4
0
 RSI_Hotel_Booking.HotelService.getHotelListDtoResponse RSI_Hotel_Booking.HotelService.HotelWebService.getHotelListDto(RSI_Hotel_Booking.HotelService.getHotelListDtoRequest request)
 {
     return(base.Channel.getHotelListDto(request));
 }