Exemplo n.º 1
0
 public IList <Materia> GetAllMaterias()
 {
     try
     {
         return(_materiaDAO.GetAll());
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }