Ejemplo n.º 1
0
 public List <DocenteCurso> GetAllByDocente(Persona docente)
 {
     try
     {
         return(docenteCursoAdapter.GetAllbyDocente(docente));
     }
     catch (Exception ex)
     {
         Exception ExcepcionManejada = new Exception("Error al recuperar lista", ex);
         throw;
     }
 }