Beispiel #1
0
 public List <TurmaDto> ListarTurmas()
 {
     return(negocio.ListarTurmas());
 }