Exemplo n.º 1
0
        public override System.Web.Mvc.ActionResult Edit(MyCMS.Model.AdminModel.EditCommentModel commentModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "commentModel", commentModel);
            EditOverride(callInfo, commentModel);
            return(callInfo);
        }
Exemplo n.º 2
0
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MyCMS.Model.AdminModel.EditCommentModel commentModel);