Пример #1
0
 //public IQueryable<Emprestimo> GetAllEmprestimo()
 public IList <Emprestimo> GetAllEmprestimo()
 {
     try
     {
         return(emprestimoDAO.GetAll());
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }