Ejemplo n.º 1
0
 public IQueryable <MatriculaOferta> ObterPorUsuarioETurma(int usuarioId, int turmaId)
 {
     try
     {
         return(_bmMatriculaOferta.ObterPorUsuarioETurma(usuarioId, usuarioId));
     }
     catch (Exception ex)
     {
         throw new AcademicoException(ex.Message);
     }
 }