public override System.Web.Mvc.JsonResult SendComment(Mn.NewsCms.Common.Comment comment) { var callInfo = new T4MVC_System_Web_Mvc_JsonResult(Area, Name, ActionNames.SendComment); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "comment", comment); SendCommentOverride(callInfo, comment); return(callInfo); }
partial void SendCommentOverride(T4MVC_System_Web_Mvc_JsonResult callInfo, Mn.NewsCms.Common.Comment comment);