Exemplo n.º 1
0
 public List<Loan> getAll() {
   List<Loan> list = loandao.getAll();
   return list;
 }