Example #1
0
 public ActionResult Signout()
 {
     CommonInfo.Logout();
     return(RedirectToAction("Index", "Home"));
 }