예제 #1
0
 public Emprestimo retornarEmprestimo(int id)
 {
     return(emprestimoDAO.retornarEmprestimo(id));
 }