Beispiel #1
0
 public ActionResult ExcluirUf(int id)
 {
     return(Json(UfModel.ExcluirPeloId(id)));
 }