Esempio n. 1
0
 public BankAccount(int accountAge, int creditScore,
     AccountInterest accountInterest)
 {
     AccountAge = accountAge;
     CreditScore = creditScore;
     AccountInterest = accountInterest;
 }
Esempio n. 2
0
 public BankAccount(int accountAge, int creditScore,
                    AccountInterest accountInterest)
 {
     AccountAge      = accountAge;
     CreditScore     = creditScore;
     AccountInterest = accountInterest;
 }