Пример #1
0
 public BankAccount(int accountAge, int creditScore, AccountInterest ai)
 {
     _AccountAge     = accountAge;
     _CreditScore    = creditScore;
     _AccountInterst = ai;
 }
Пример #2
0
 public BankAccount(int accountAge,int creditScore,AccountInterest ai)
 {
     _AccountAge = accountAge;
     _CreditScore = creditScore;
     _AccountInterst = ai;
 }