コード例 #1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> SetPassword(WebAuth.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));
        }
コード例 #2
0
 partial void SetPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, WebAuth.Models.SetPasswordViewModel model);