Пример #1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> SendCode(WhoLends.ViewModels.SendCodeViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SendCode);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            SendCodeOverride(callInfo, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as System.Web.Mvc.ActionResult));
        }
Пример #2
0
 partial void SendCodeOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, WhoLends.ViewModels.SendCodeViewModel model);