コード例 #1
0
        public override System.Web.Mvc.ActionResult EditPassword(Stagio.Web.ViewModels.Student.Edit studentViewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.EditPassword);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "studentViewModel", studentViewModel);
            EditPasswordOverride(callInfo, studentViewModel);
            return(callInfo);
        }
コード例 #2
0
 partial void EditPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Stagio.Web.ViewModels.Student.Edit studentViewModel);