Пример #1
0
 public string GetCompanyAccountStatus(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <int> companyAccountStatusID)
 {
     DmsCore.NbsAccounts.GetCompanyAccountStatusRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountStatusRequest();
     inValue.AuthenticationHeader   = AuthenticationHeader;
     inValue.companyAccountStatusID = companyAccountStatusID;
     DmsCore.NbsAccounts.GetCompanyAccountStatusResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountStatus(inValue);
     return(retVal.GetCompanyAccountStatusResult);
 }
Пример #2
0
 DmsCore.NbsAccounts.GetCompanyAccountStatusResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountStatus(DmsCore.NbsAccounts.GetCompanyAccountStatusRequest request)
 {
     return(base.Channel.GetCompanyAccountStatus(request));
 }