예제 #1
0
 public void CompanyRegister(CarajDesktop.AuthService.CompanyRequestDto companyDto)
 {
     CarajDesktop.AuthService.CompanyRegisterRequest inValue = new CarajDesktop.AuthService.CompanyRegisterRequest();
     inValue.Body            = new CarajDesktop.AuthService.CompanyRegisterRequestBody();
     inValue.Body.companyDto = companyDto;
     CarajDesktop.AuthService.CompanyRegisterResponse retVal = ((CarajDesktop.AuthService.AuthServiceSoap)(this)).CompanyRegister(inValue);
 }
예제 #2
0
 public System.Threading.Tasks.Task <CarajDesktop.AuthService.CompanyRegisterResponse> CompanyRegisterAsync(CarajDesktop.AuthService.CompanyRequestDto companyDto)
 {
     CarajDesktop.AuthService.CompanyRegisterRequest inValue = new CarajDesktop.AuthService.CompanyRegisterRequest();
     inValue.Body            = new CarajDesktop.AuthService.CompanyRegisterRequestBody();
     inValue.Body.companyDto = companyDto;
     return(((CarajDesktop.AuthService.AuthServiceSoap)(this)).CompanyRegisterAsync(inValue));
 }
예제 #3
0
 public CompanyRegisterRequestBody(CarajDesktop.AuthService.CompanyRequestDto companyDto)
 {
     this.companyDto = companyDto;
 }