Exemple #1
0
 public void SwitchToNonLinearInterest()
 {
     _interestState = new NonLinearInterest();
 }
Exemple #2
0
 public void SwitchToRandInterest()
 {
     _interestState = new RandInterest();
 }
Exemple #3
0
 public void SwitchToLinearInterests()
 {
     _interestState = new LinearInterest();
 }