Esempio n. 1
0
 public long GetCompanyAccountCount(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <long> nationalIdentificationNumber, string taxIdentificationNumber, System.Nullable <long> bankCode, System.Nullable <long> accountNumber, System.Nullable <int> controlNumber, string companyName, string city)
 {
     DmsCore.NbsAccounts.GetCompanyAccountCountRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountCountRequest();
     inValue.AuthenticationHeader         = AuthenticationHeader;
     inValue.nationalIdentificationNumber = nationalIdentificationNumber;
     inValue.taxIdentificationNumber      = taxIdentificationNumber;
     inValue.bankCode      = bankCode;
     inValue.accountNumber = accountNumber;
     inValue.controlNumber = controlNumber;
     inValue.companyName   = companyName;
     inValue.city          = city;
     DmsCore.NbsAccounts.GetCompanyAccountCountResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountCount(inValue);
     return(retVal.GetCompanyAccountCountResult);
 }
Esempio n. 2
0
 DmsCore.NbsAccounts.GetCompanyAccountCountResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountCount(DmsCore.NbsAccounts.GetCompanyAccountCountRequest request)
 {
     return(base.Channel.GetCompanyAccountCount(request));
 }