コード例 #1
0
 public void CriarEmprestimo(Emprestimo emprestimo)
 {
     emprestimoDAO.CriarEmprestimo(emprestimo);
 }