Пример #1
0
 public string DebugToolStaus()
 {
     AccountingPlusJobListener.AccountingAdministration.DebugToolStausRequest inValue = new AccountingPlusJobListener.AccountingAdministration.DebugToolStausRequest();
     inValue.Body = new AccountingPlusJobListener.AccountingAdministration.DebugToolStausRequestBody();
     AccountingPlusJobListener.AccountingAdministration.DebugToolStausResponse retVal = ((AccountingPlusJobListener.AccountingAdministration.AccountingConfiguratorSoap)(this)).DebugToolStaus(inValue);
     return(retVal.Body.DebugToolStausResult);
 }
Пример #2
0
 AccountingPlusJobListener.AccountingAdministration.DebugToolStausResponse AccountingPlusJobListener.AccountingAdministration.AccountingConfiguratorSoap.DebugToolStaus(AccountingPlusJobListener.AccountingAdministration.DebugToolStausRequest request)
 {
     return(base.Channel.DebugToolStaus(request));
 }