Exemplo n.º 1
0
 public object GetById(int id)
 {
     return(Candidato.getById(id));
 }