Example #1
0
        public ActionResult Default(DefaultViewModel model)
        {
            _themeService.Default(model.ThemeId);

            return(Content("Refresh"));
        }