Exemplo n.º 1
0
 public IEnumerable <Docente> Listar(DocenteDTO docente)
 {
     return(_docenteRepository.Listar(docente));
 }