Exemplo n.º 1
0
 public Turma ConsultarPorId(int id)
 {
     return(repository.SelectById(id));
 }