public Assets(Borrower borrower) : base() { _borrower = borrower; }
public Liabilities(Borrower borrower) : base() { _borrower = borrower; }
/// <summary> /// Creates a new instance of a credit scores collection for the specified borrower. /// </summary> /// <param name="borrower"></param> public CreditScores(Borrower borrower) : base() { _borrower = borrower; }