public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Add(MRJ.ViewModels.AddPostViewModel postModel) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Add); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "postModel", postModel); AddOverride(callInfo, postModel); return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult)); }
partial void AddOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MRJ.ViewModels.AddPostViewModel postModel);