예제 #1
0
        public override System.Web.Mvc.JsonResult Manage(Mn.NewsCms.Common.Category category)
        {
            var callInfo = new T4MVC_System_Web_Mvc_JsonResult(Area, Name, ActionNames.Manage);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "category", category);
            ManageOverride(callInfo, category);
            return(callInfo);
        }
예제 #2
0
 partial void ManageOverride(T4MVC_System_Web_Mvc_JsonResult callInfo, Mn.NewsCms.Common.Category category);