コード例 #1
0
 public void AddCardHolderNonCashTransactions(NonCashTransaction transaction)
 {
     nonCashtransactions.Add(transaction);
 }
コード例 #2
0
 public void ProcessNonCashTransaction(NonCashTransaction transaction, Account userAccount)
 {
     transaction.process(userAccount);
 }