Exemple #1
0
 // GET: api/Pessoa/5
 public Pessoa Get(int id)
 {
     return(PessoaDB.GetById(id));
 }