public override System.Web.Mvc.ActionResult EditNewsPostSend(TT.Domain.Models.NewsPost input) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.EditNewsPostSend); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input); EditNewsPostSendOverride(callInfo, input); return(callInfo); }
partial void EditNewsPostSendOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, TT.Domain.Models.NewsPost input);