Subversion Repositories SmartDukaan

Rev

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

Rev 31110 Rev 31399
Line 41... Line 41...
41
 
41
 
42
	public void updateRisk();
42
	public void updateRisk();
43
 
43
 
44
	public List<Loan> getDefaultLoan();
44
	public List<Loan> getDefaultLoan();
45
 
45
 
-
 
46
	public List<Loan> getDueDateCrossLoan();
-
 
47
 
46
	public boolean isDefaultLoan(int loanId, LocalDate time);
48
	public boolean isDefaultLoan(int loanId, LocalDate time);
47
 
49
 
48
}
50
}