Subversion Repositories SmartDukaan

Rev

Rev 33339 | Rev 33663 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33339 Rev 33419
Line 58... Line 58...
58
 
58
 
59
	public boolean isDefaultLoan(int loanId, LocalDate time);
59
	public boolean isDefaultLoan(int loanId, LocalDate time);
60
 
60
 
61
 
61
 
62
		LoanSummary getLoanSummary();
62
		LoanSummary getLoanSummary();
-
 
63
 
-
 
64
    void checkLoans();
63
}
65
}