Пример #1
0
 public string GetServiceVersion(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader)
 {
     DmsCore.NbsAccounts.GetServiceVersionRequest inValue = new DmsCore.NbsAccounts.GetServiceVersionRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     DmsCore.NbsAccounts.GetServiceVersionResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetServiceVersion(inValue);
     return(retVal.GetServiceVersionResult);
 }
Пример #2
0
 DmsCore.NbsAccounts.GetServiceVersionResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetServiceVersion(DmsCore.NbsAccounts.GetServiceVersionRequest request)
 {
     return(base.Channel.GetServiceVersion(request));
 }