public override System.Web.Mvc.ActionResult RssFutureAccess(RaccoonBlog.Web.Areas.Admin.Models.FutureRssAccess input)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.RssFutureAccess);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input);
     RssFutureAccessOverride(callInfo, input);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Index(RaccoonBlog.Web.Models.BlogConfig config)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "config", config);
     IndexOverride(callInfo, config);
     return callInfo;
 }
 partial void RssFutureAccessOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.Areas.Admin.Models.FutureRssAccess input);
 public override System.Web.Mvc.ActionResult CommentsAdmin(int id, RaccoonBlog.Web.Areas.Admin.Controllers.CommentCommandOptions command, int[] commentIds)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CommentsAdmin);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "command", command);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "commentIds", commentIds);
     CommentsAdminOverride(callInfo, id, command, commentIds);
     return callInfo;
 }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.Models.BlogConfig config);
 public override System.Web.Mvc.ActionResult Update(RaccoonBlog.Web.Models.PostInput input)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Update);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input);
     UpdateOverride(callInfo, input);
     return callInfo;
 }
 partial void CommentsAdminOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int id, RaccoonBlog.Web.Areas.Admin.Controllers.CommentCommandOptions command, int[] commentIds);
 partial void UpdateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.Models.PostInput input);
 public override System.Web.Mvc.ActionResult Comment(RaccoonBlog.Web.ViewModels.CommentInput input, int id, System.Guid key)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Comment);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "input", input);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "key", key);
     CommentOverride(callInfo, input, id, key);
     return callInfo;
 }
 partial void CommentOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.ViewModels.CommentInput input, int id, System.Guid key);
 partial void AddOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.ViewModels.UserInput input);
 partial void UpdateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, RaccoonBlog.Web.Models.Section section);