예제 #1
0
 public ActionResult Sair()
 {
     Seguranca.DestruirSessaoDeUsuario();
     return(RedirectToAction("Login"));
 }