Ejemplo n.º 1
0
 public ActionResult Logout()
 {
     _SecurityAdapter.LogOff();
     return(RedirectToAction("Index", "Home"));
 }