コード例 #1
0
 public TransferFeeTests()
 {
     this.fee     = new TransferFee();
     this.options = new MoneyOptions();
 }
コード例 #2
0
 public DepositTests()
 {
     this.account = new BankAccount();
     this.options = new MoneyOptions();
 }
コード例 #3
0
 public WithdrawalTests()
 {
     this.account = new BankAccount();
     this.options = new MoneyOptions();
 }