public override Microsoft.AspNetCore.Mvc.ActionResult Edit(StarCraft2League.Models.Seasons.Match match) { var callInfo = new R4Mvc_Microsoft_AspNetCore_Mvc_ActionResult(Area, Name, ActionNames.Edit); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "match", match); EditOverride(callInfo, match); return(callInfo); }
partial void EditOverride(R4Mvc_Microsoft_AspNetCore_Mvc_ActionResult callInfo, StarCraft2League.Models.Seasons.Match match);