Esempio n. 1
0
 public string GetCompanyAccountType(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, System.Nullable <int> companyAccountTypeID)
 {
     DmsCore.NbsAccounts.GetCompanyAccountTypeRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountTypeRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.companyAccountTypeID = companyAccountTypeID;
     DmsCore.NbsAccounts.GetCompanyAccountTypeResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountType(inValue);
     return(retVal.GetCompanyAccountTypeResult);
 }
Esempio n. 2
0
 DmsCore.NbsAccounts.GetCompanyAccountTypeResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountType(DmsCore.NbsAccounts.GetCompanyAccountTypeRequest request)
 {
     return(base.Channel.GetCompanyAccountType(request));
 }