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); }
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)); }
public CompanyRegisterRequestBody(CarajDesktop.AuthService.CompanyRequestDto companyDto) { this.companyDto = companyDto; }