Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 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));
 }
Ejemplo n.º 3
0
 public CustomerRegisterRequestBody(CarajDesktop.AuthService.CustomerRequestDto customerdto)
 {
     this.customerdto = customerdto;
 }