コード例 #1
0
 public ActionResult LogOut()
 {
     _authenticationService.LogOut();
     return(RedirectToAction("Index", "Home"));
 }