Ejemplo n.º 1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Zarejestruj(SukkuShop.Models.RegisterViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Zarejestruj);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ZarejestrujOverride(callInfo, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
Ejemplo n.º 2
0
 partial void ZarejestrujOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, SukkuShop.Models.RegisterViewModel model);