示例#1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> VerifyCode(ProjectAriel.Models.VerifyCodeViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.VerifyCode);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            VerifyCodeOverride(callInfo, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
示例#2
0
 partial void VerifyCodeOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, ProjectAriel.Models.VerifyCodeViewModel model);