示例#1
0
 public Docente GetDocenteById(int?idDocente)
 {
     return(_docenteRepository.GetDocenteById(idDocente));
 }