public System.Threading.Tasks.Task <CarajDesktop.AuthService.CustomerRegisterResponse> CustomerRegisterAsync(CarajDesktop.AuthService.CustomerRequestDto customerdto)
 {
     CarajDesktop.AuthService.CustomerRegisterRequest inValue = new CarajDesktop.AuthService.CustomerRegisterRequest();
     inValue.Body             = new CarajDesktop.AuthService.CustomerRegisterRequestBody();
     inValue.Body.customerdto = customerdto;
     return(((CarajDesktop.AuthService.AuthServiceSoap)(this)).CustomerRegisterAsync(inValue));
 }
 public void CustomerRegister(CarajDesktop.AuthService.CustomerRequestDto customerdto)
 {
     CarajDesktop.AuthService.CustomerRegisterRequest inValue = new CarajDesktop.AuthService.CustomerRegisterRequest();
     inValue.Body             = new CarajDesktop.AuthService.CustomerRegisterRequestBody();
     inValue.Body.customerdto = customerdto;
     CarajDesktop.AuthService.CustomerRegisterResponse retVal = ((CarajDesktop.AuthService.AuthServiceSoap)(this)).CustomerRegister(inValue);
 }
 System.Threading.Tasks.Task <CarajDesktop.AuthService.CustomerRegisterResponse> CarajDesktop.AuthService.AuthServiceSoap.CustomerRegisterAsync(CarajDesktop.AuthService.CustomerRegisterRequest request)
 {
     return(base.Channel.CustomerRegisterAsync(request));
 }
 CarajDesktop.AuthService.CustomerRegisterResponse CarajDesktop.AuthService.AuthServiceSoap.CustomerRegister(CarajDesktop.AuthService.CustomerRegisterRequest request)
 {
     return(base.Channel.CustomerRegister(request));
 }