BankSystem.MortgageAccount.MortgageAccount C# (CSharp) Method

MortgageAccount() public method

public MortgageAccount ( ) : System
return System
        public MortgageAccount()
            : base()
        {
        }

Same methods

MortgageAccount::MortgageAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System