Exemple #1
0
 public ActionResult ExcluirPessoa(int id)
 {
     return(Json(PessoaModel.ExcluirPeloId(id)));
 }