예제 #1
0
 public string JobConfiguration()
 {
     AccountingPlusJobListener.AccountingAdministration.JobConfigurationRequest inValue = new AccountingPlusJobListener.AccountingAdministration.JobConfigurationRequest();
     inValue.Body = new AccountingPlusJobListener.AccountingAdministration.JobConfigurationRequestBody();
     AccountingPlusJobListener.AccountingAdministration.JobConfigurationResponse retVal = ((AccountingPlusJobListener.AccountingAdministration.AccountingConfiguratorSoap)(this)).JobConfiguration(inValue);
     return(retVal.Body.JobConfigurationResult);
 }
예제 #2
0
 AccountingPlusJobListener.AccountingAdministration.JobConfigurationResponse AccountingPlusJobListener.AccountingAdministration.AccountingConfiguratorSoap.JobConfiguration(AccountingPlusJobListener.AccountingAdministration.JobConfigurationRequest request)
 {
     return(base.Channel.JobConfiguration(request));
 }