Exemple #1
0
 public ActionResult Ativar(int id)
 {
     _usuarioRepository.Ativar(id);
     return(RedirectToAction("Index"));
 }