Exemplo n.º 1
0
        public ActionResult Shops(Shops model)
        {
            User currentUser = SecurityHelper.GetCurrentUser().CurrentUser;

            model.Ready((AdminUser)currentUser);
            return(View("Shops", model));
        }