Esempio n. 1
0
 public RSI_Hotel_Booking.RoomService.roomListDto[] getRoomListDtos(long arg0)
 {
     RSI_Hotel_Booking.RoomService.getRoomListDtosRequest inValue = new RSI_Hotel_Booking.RoomService.getRoomListDtosRequest();
     inValue.arg0 = arg0;
     RSI_Hotel_Booking.RoomService.getRoomListDtosResponse retVal = ((RSI_Hotel_Booking.RoomService.RoomWebService)(this)).getRoomListDtos(inValue);
     return(retVal.@return);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <RSI_Hotel_Booking.RoomService.getRoomListDtosResponse> getRoomListDtosAsync(long arg0)
 {
     RSI_Hotel_Booking.RoomService.getRoomListDtosRequest inValue = new RSI_Hotel_Booking.RoomService.getRoomListDtosRequest();
     inValue.arg0 = arg0;
     return(((RSI_Hotel_Booking.RoomService.RoomWebService)(this)).getRoomListDtosAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <RSI_Hotel_Booking.RoomService.getRoomListDtosResponse> RSI_Hotel_Booking.RoomService.RoomWebService.getRoomListDtosAsync(RSI_Hotel_Booking.RoomService.getRoomListDtosRequest request)
 {
     return(base.Channel.getRoomListDtosAsync(request));
 }
Esempio n. 4
0
 RSI_Hotel_Booking.RoomService.getRoomListDtosResponse RSI_Hotel_Booking.RoomService.RoomWebService.getRoomListDtos(RSI_Hotel_Booking.RoomService.getRoomListDtosRequest request)
 {
     return(base.Channel.getRoomListDtos(request));
 }