Example #1
0
 public long GetCompanyAccountUpdatedCount(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, string dateFrom, string dateTo)
 {
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.dateFrom             = dateFrom;
     inValue.dateTo = dateTo;
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountUpdatedCount(inValue);
     return(retVal.GetCompanyAccountUpdatedCountResult);
 }
Example #2
0
 DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountUpdatedCount(DmsCore.NbsAccounts.GetCompanyAccountUpdatedCountRequest request)
 {
     return(base.Channel.GetCompanyAccountUpdatedCount(request));
 }