コード例 #1
0
 // GET api/values
 public object Get()
 {
     return(Candidato.getAll());
 }
コード例 #2
0
 public object GetAll(string descricao = "")
 {
     return(Candidato.getAll(descricao));
 }