Exemplo n.º 1
0
 public ActionResult Index()
 {
     ViewBag.AdminAccess = OnlineUsers.CurrentUser.Admin;
     return(View(DB.ActorViewList()));
 }