コード例 #1
0
ファイル: CollegeLoan.cs プロジェクト: MartiHr/Softuni
 public CollegeLoan()
 {
     this.bank   = new Bank();
     this.loan   = new Loan();
     this.credit = new Credit();
 }