Ejemplo n.º 1
0
 public string GetCompanyAccountUpdated(DmsCore.NbsAccounts.AuthenticationHeader AuthenticationHeader, string dateFrom, string dateTo, System.Nullable <long> startItemNumber, System.Nullable <long> endItemNumber)
 {
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedRequest inValue = new DmsCore.NbsAccounts.GetCompanyAccountUpdatedRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.dateFrom             = dateFrom;
     inValue.dateTo          = dateTo;
     inValue.startItemNumber = startItemNumber;
     inValue.endItemNumber   = endItemNumber;
     DmsCore.NbsAccounts.GetCompanyAccountUpdatedResponse retVal = ((DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap)(this)).GetCompanyAccountUpdated(inValue);
     return(retVal.GetCompanyAccountUpdatedResult);
 }
Ejemplo n.º 2
0
 DmsCore.NbsAccounts.GetCompanyAccountUpdatedResponse DmsCore.NbsAccounts.CompanyAccountXmlServiceSoap.GetCompanyAccountUpdated(DmsCore.NbsAccounts.GetCompanyAccountUpdatedRequest request)
 {
     return(base.Channel.GetCompanyAccountUpdated(request));
 }