Exemplo n.º 1
0
 public List <SalaDeAulaDto> ListarSalaDeAulaPorTurma(TurmaDto turma)
 {
     return(negocio.ListarSalaDeAulaPorTurma(turma));
 }