Ejemplo n.º 1
0
 public void AddCardHolderNonCashTransactions(NonCashTransaction transaction)
 {
     nonCashtransactions.Add(transaction);
 }
 public void ProcessNonCashTransaction(NonCashTransaction transaction, Account userAccount)
 {
     transaction.process(userAccount);
 }