예제 #1
0
        public ActionResult Index()
        {
            this.PageTitle = this.ContextMenuTitle = "Demo";

            var model = new hewDemoIndexViewModel();

            model.Active      = true;
            model.Description = "...";

            return(PoseidonSystemView <hewDemoIndex>(model));
        }
예제 #2
0
        public powAjaxActionResult Save(hewDemoIndexViewModel model)
        {
            //TODO: Save to db

            return(AjaxActionSuccess());
        }