Ejemplo n.º 1
0
 public void Incluir(Emprestimo emprestimo)
 {
     try
     {
         db.AddToEmprestimoSet(emprestimo);
     }
     catch (Exception)
     {
         throw new EmprestimoNaoIncluidoExcecao();
     }
 }