public override System.Web.Mvc.ActionResult HandleReportSend(TT.Domain.Identity.DTOs.ReportDetail input) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.HandleReportSend); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input); HandleReportSendOverride(callInfo, input); return(callInfo); }
partial void HandleReportSendOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, TT.Domain.Identity.DTOs.ReportDetail input);