Esempio n. 1
0
 // GET api/values
 public object Get()
 {
     return(Candidato.getAll());
 }
Esempio n. 2
0
 public object GetAll(string descricao = "")
 {
     return(Candidato.getAll(descricao));
 }