public List <DocenteCurso> GetAll(Curso cur) { try { return(dcDatos.GetAll(cur)); } catch (Exception e) { throw e; } }
public List <DocenteCurso> GetAll() { try { return(docenteCursoAdapter.GetAll()); } catch (Exception ex) { Exception ExcepcionManejada = new Exception("Error al recuperar lista", ex); throw ExcepcionManejada; } }
public List <DocenteCurso> GetAll() { try { return(DocenteCursoData.GetAll()); } catch (Exception Ex) { Exception ExcepcionManejada = new Exception("Error al recuperar lista de usuarios", Ex); throw ExcepcionManejada; } }
public List <Entidades.DocenteCurso> GetAll() { return(data.GetAll()); }
public DataTable DameCursosDocente(int idDocente) { return(DocenteCursoData.GetAll(idDocente)); }
public List <DocenteCurso> GetAll() { return(DocenteCursoData.GetAll()); }