Exemplo n.º 1
0
 public ActionResult Index()
 {
     if (BEUtility.GetCurrentUser() != null)
     {
         return(RedirectToAction("", ""));
     }
     else
     {
         return(View());
     }
 }