Esempio n. 1
0
 public TransferFeeTests()
 {
     this.fee     = new TransferFee();
     this.options = new MoneyOptions();
 }
Esempio n. 2
0
 public DepositTests()
 {
     this.account = new BankAccount();
     this.options = new MoneyOptions();
 }
Esempio n. 3
0
 public WithdrawalTests()
 {
     this.account = new BankAccount();
     this.options = new MoneyOptions();
 }