public override System.Web.Mvc.ActionResult SetApplyDates(Stagio.Web.ViewModels.Coordinator.ApplyDatesLimit ApplyDates)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SetApplyDates);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "ApplyDates", ApplyDates);
            SetApplyDatesOverride(callInfo, ApplyDates);
            return(callInfo);
        }
 partial void SetApplyDatesOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Stagio.Web.ViewModels.Coordinator.ApplyDatesLimit ApplyDates);