Пример #1
0
 public Emprestimo GetEmprestimo(int idEmprestimo)
 {
     try
     {
         return(emprestimoDAO.GetById(idEmprestimo));
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }