Beispiel #1
0
 public FindAccountsToUpdate(int nCustomerID)
 {
     m_oStra         = new LoadCustomerMarketplaceSecurityData(nCustomerID);
     m_oCustomerData = new CustomerData(this, nCustomerID, DB);
     Result          = new AccountsToUpdate();
 }         // constructor
Beispiel #2
0
 public DisplayMarketplaceSecurityData(int nCustomerID)
 {
     m_oStra = new LoadCustomerMarketplaceSecurityData(nCustomerID);
 }         // constructor