コード例 #1
0
 public string GetCompanyAccountTop(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.GetCompanyAccountTopRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountTopRequest();
     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.GetCompanyAccountTopResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountTop(inValue);
     return(retVal.GetCompanyAccountTopResult);
 }
コード例 #2
0
 DmsCore.NbsAccounts.GetCompanyAccountTopResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountTop(DmsCore.NbsAccounts.GetCompanyAccountTopRequest request)
 {
     return(base.Channel.GetCompanyAccountTop(request));
 }