Пример #1
0
 public ActionResult Exit()
 {
     Member.AdminExit();
     return(RedirectToAction("Index", "Login", new { area = "Admin" }));
 }