Beispiel #1
0
        public override System.Web.Mvc.ActionResult Save(Core.WebContent.Models.CategoryViewModel model)
        {
            var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.Save);

            callInfo.RouteValueDictionary.Add("model", model);
            return(callInfo);
        }
Beispiel #2
0
        public override System.Web.Mvc.ActionResult New(Core.WebContent.Models.CategoryViewModel category)
        {
            var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.New);

            callInfo.RouteValueDictionary.Add("category", category);
            return(callInfo);
        }