public override System.Web.Mvc.ActionResult UpdateCustomerConstraints(string customerId, DcmsMobile.PickWaves.Areas.PickWaves.Config.CustomerConstraintEditorModel constraints, int?activeTab)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.UpdateCustomerConstraints);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "customerId", customerId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "constraints", constraints);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "activeTab", activeTab);
            UpdateCustomerConstraintsOverride(callInfo, customerId, constraints, activeTab);
            return(callInfo);
        }
 partial void UpdateCustomerConstraintsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string customerId, DcmsMobile.PickWaves.Areas.PickWaves.Config.CustomerConstraintEditorModel constraints, int?activeTab);