Пример #1
0
 public string GetCompanyAccountByNationalIdentificationNumber(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, long nationalIdentificationNumber)
 {
     DmsCore.NbsAccounts.GetCompanyAccountByNationalIdentificationNumberRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountByNationalIdentificationNumberRequest();
     inValue.AuthenticationHeader         = AuthenticationHeader;
     inValue.nationalIdentificationNumber = nationalIdentificationNumber;
     DmsCore.NbsAccounts.GetCompanyAccountByNationalIdentificationNumberResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountByNationalIdentificationNumber(inValue);
     return(retVal.GetCompanyAccountByNationalIdentificationNumberResult);
 }
Пример #2
0
 DmsCore.NbsAccounts.GetCompanyAccountByNationalIdentificationNumberResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountByNationalIdentificationNumber(DmsCore.NbsAccounts.GetCompanyAccountByNationalIdentificationNumberRequest request)
 {
     return(base.Channel.GetCompanyAccountByNationalIdentificationNumber(request));
 }