Exemplo n.º 1
0
 public ActionResult Logout()
 {
     CustomPrincipal.LogOut();
     return(RedirectToAction("Index", "Home"));
 }