Exemplo n.º 1
0
        public override System.Web.Mvc.ActionResult ChangePassword(WebPlex.Applications.CompactStore.Models.ChangePasswordModel model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ChangePassword);

            if (model != null)
            {
                ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            }
            if (returnUrl != null)
            {
                ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            }
            ChangePasswordOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
Exemplo n.º 2
0
 partial void ChangePasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, WebPlex.Applications.CompactStore.Models.ChangePasswordModel model, string returnUrl);