예제 #1
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));
 }
예제 #2
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);
 }
예제 #3
0
 System.Threading.Tasks.Task <CarajDesktop.AuthService.CompanyRegisterResponse> CarajDesktop.AuthService.AuthServiceSoap.CompanyRegisterAsync(CarajDesktop.AuthService.CompanyRegisterRequest request)
 {
     return(base.Channel.CompanyRegisterAsync(request));
 }
예제 #4
0
 CarajDesktop.AuthService.CompanyRegisterResponse CarajDesktop.AuthService.AuthServiceSoap.CompanyRegister(CarajDesktop.AuthService.CompanyRegisterRequest request)
 {
     return(base.Channel.CompanyRegister(request));
 }