public override System.Web.Mvc.ActionResult AddAlbum(Kitchen.Models.AlbumsModel model) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.AddAlbum); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model); AddAlbumOverride(callInfo, model); return(callInfo); }
partial void AddAlbumOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Kitchen.Models.AlbumsModel model);