Exemplo n.º 1
0
        public override System.Web.Mvc.ActionResult SetPassword(WebPlex.MvcApplication.Models.Authenticate.SetPasswordModel model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SetPassword, "https");

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            SetPasswordOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
Exemplo n.º 2
0
 partial void SetPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, WebPlex.MvcApplication.Models.Authenticate.SetPasswordModel model, string returnUrl);