메소드 | 설명 | |
---|---|---|
DepositMoney ( decimal money ) : void | ||
InterestAmount ( int months ) : decimal | ||
LoanAccount ( ) : System | ||
LoanAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System | ||
WithdrawMoney ( decimal money ) : void |
public LoanAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System | ||
customer | CustromerType | |
balance | decimal | |
interestRate | decimal | |
리턴 | System |