public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> SetPassword(UI.Models.SetPasswordViewModel model) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SetPassword); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model); SetPasswordOverride(callInfo, model); return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult)); }
partial void SetPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, UI.Models.SetPasswordViewModel model);