Exemplo n.º 1
0
 public ActionResult Activate(int id = 0)
 {
     userService.ActivateUserById(id, true);
     return(RedirectToAction("Index"));
 }