public override System.Web.Mvc.ActionResult AddUpdateSpotCheckSetting(DcmsMobile.Receiving.Areas.Receiving.Rad.ModifyAction action, string style, string color, string sewingPlantId, int?spotCheckPercent, bool enabled)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.AddUpdateSpotCheckSetting);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "action", action);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "style", style);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "color", color);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "sewingPlantId", sewingPlantId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "spotCheckPercent", spotCheckPercent);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "enabled", enabled);
            AddUpdateSpotCheckSettingOverride(callInfo, action, style, color, sewingPlantId, spotCheckPercent, enabled);
            return(callInfo);
        }
 partial void AddUpdateSpotCheckSettingOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, DcmsMobile.Receiving.Areas.Receiving.Rad.ModifyAction action, string style, string color, string sewingPlantId, int?spotCheckPercent, bool enabled);