예제 #1
0
        public override System.Web.Mvc.ActionResult Comment(RaccoonBlog.Web.ViewModels.CommentInput input, int id, System.Guid key)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Comment);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "key", key);
            CommentOverride(callInfo, input, id, key);
            return(callInfo);
        }
 partial void CommentOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.ViewModels.CommentInput input, string id, System.Guid key);