예제 #1
0
        public override System.Web.Mvc.ActionResult Entry(string id, MVCBlog.Core.Entities.BlogEntryComment blogEntryComment)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Entry);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "blogEntryComment", blogEntryComment);
            EntryOverride(callInfo, id, blogEntryComment);
            return(callInfo);
        }
예제 #2
0
 partial void EntryOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, MVCBlog.Core.Entities.BlogEntryComment blogEntryComment);