Beispiel #1
0
        public override System.Web.Mvc.ActionResult ContestantList(long tournamentId, NordicArenaTournament.Areas.Admin.ViewModels.ContestantListAndCreate model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ContestantList);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "tournamentId", tournamentId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ContestantListOverride(callInfo, tournamentId, model);
            return(callInfo);
        }
Beispiel #2
0
 partial void ContestantListOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, long tournamentId, NordicArenaTournament.Areas.Admin.ViewModels.ContestantListAndCreate model);