Exemplo n.º 1
0
 public boolean update(Loan l) {
   boolean rta = loandao.update(l);
   return rta;
 }