コード例 #1
0
 public System.Threading.Tasks.Task <CarajDesktop.CompanyService.GetCompanyLocationsResponse> GetCompanyLocationsAsync(int CompanyID)
 {
     CarajDesktop.CompanyService.GetCompanyLocationsRequest inValue = new CarajDesktop.CompanyService.GetCompanyLocationsRequest();
     inValue.Body           = new CarajDesktop.CompanyService.GetCompanyLocationsRequestBody();
     inValue.Body.CompanyID = CompanyID;
     return(((CarajDesktop.CompanyService.CompanyServiceSoap)(this)).GetCompanyLocationsAsync(inValue));
 }
コード例 #2
0
 public CarajDesktop.CompanyService.ArrayOfString GetCompanyLocations(int CompanyID)
 {
     CarajDesktop.CompanyService.GetCompanyLocationsRequest inValue = new CarajDesktop.CompanyService.GetCompanyLocationsRequest();
     inValue.Body           = new CarajDesktop.CompanyService.GetCompanyLocationsRequestBody();
     inValue.Body.CompanyID = CompanyID;
     CarajDesktop.CompanyService.GetCompanyLocationsResponse retVal = ((CarajDesktop.CompanyService.CompanyServiceSoap)(this)).GetCompanyLocations(inValue);
     return(retVal.Body.GetCompanyLocationsResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <CarajDesktop.CompanyService.GetCompanyLocationsResponse> CarajDesktop.CompanyService.CompanyServiceSoap.GetCompanyLocationsAsync(CarajDesktop.CompanyService.GetCompanyLocationsRequest request)
 {
     return(base.Channel.GetCompanyLocationsAsync(request));
 }
コード例 #4
0
 CarajDesktop.CompanyService.GetCompanyLocationsResponse CarajDesktop.CompanyService.CompanyServiceSoap.GetCompanyLocations(CarajDesktop.CompanyService.GetCompanyLocationsRequest request)
 {
     return(base.Channel.GetCompanyLocations(request));
 }