예제 #1
0
 public IEnumerable <TurmaDTO> ListarTurmas()
 {
     return(turmaRepository.All().Select(x => new TurmaDTO(x)));
 }