public override System.Web.Mvc.ActionResult GetListStructure(long postId, Comision.Model.Enum.PostType postType)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetListStructure);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "postId", postId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "postType", postType);
            GetListStructureOverride(callInfo, postId, postType);
            return(callInfo);
        }
 partial void GetListStructureOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, long postId, Comision.Model.Enum.PostType postType);