示例#1
0
 public ActionResult Logout(int id)
 {
     sessao.EncerrarSessao();
     return(RedirectToAction("Login"));
 }