コード例 #1
0
        public override System.Web.Mvc.ActionResult ApplyStage(System.Collections.Generic.IEnumerable <System.Web.HttpPostedFileBase> files, Stagio.Web.ViewModels.Student.Apply applyStudentViewModel)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ApplyStage);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "files", files);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "applyStudentViewModel", applyStudentViewModel);
            ApplyStageOverride(callInfo, files, applyStudentViewModel);
            return(callInfo);
        }
コード例 #2
0
 partial void ApplyStageOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, System.Collections.Generic.IEnumerable <System.Web.HttpPostedFileBase> files, Stagio.Web.ViewModels.Student.Apply applyStudentViewModel);