public BankAccountBefore(int accountAge, int creditScore,
     AccountInterestBefore accountInterest)
 {
     AccountAge = accountAge;
     CreditScore = creditScore;
     AccountInterest = accountInterest;
 }
Exemple #2
0
 public BankAccountBefore(int accountAge, int creditScore,
                          AccountInterestBefore accountInterest)
 {
     AccountAge      = accountAge;
     CreditScore     = creditScore;
     AccountInterest = accountInterest;
 }