Beispiel #1
0
 public long register(RSI_Hotel_Booking.SecurityService.userDto arg0)
 {
     RSI_Hotel_Booking.SecurityService.registerRequest inValue = new RSI_Hotel_Booking.SecurityService.registerRequest();
     inValue.arg0 = arg0;
     RSI_Hotel_Booking.SecurityService.registerResponse retVal = ((RSI_Hotel_Booking.SecurityService.SecurityWebService)(this)).register(inValue);
     return(retVal.@return);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <RSI_Hotel_Booking.SecurityService.registerResponse> registerAsync(RSI_Hotel_Booking.SecurityService.userDto arg0)
 {
     RSI_Hotel_Booking.SecurityService.registerRequest inValue = new RSI_Hotel_Booking.SecurityService.registerRequest();
     inValue.arg0 = arg0;
     return(((RSI_Hotel_Booking.SecurityService.SecurityWebService)(this)).registerAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <RSI_Hotel_Booking.SecurityService.registerResponse> RSI_Hotel_Booking.SecurityService.SecurityWebService.registerAsync(RSI_Hotel_Booking.SecurityService.registerRequest request)
 {
     return(base.Channel.registerAsync(request));
 }
Beispiel #4
0
 RSI_Hotel_Booking.SecurityService.registerResponse RSI_Hotel_Booking.SecurityService.SecurityWebService.register(RSI_Hotel_Booking.SecurityService.registerRequest request)
 {
     return(base.Channel.register(request));
 }