public override System.Web.Mvc.ActionResult AddOrUpdateSkuCase(DcmsMobile.PickWaves.Areas.PickWaves.Config.SkuCaseModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.AddOrUpdateSkuCase);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            AddOrUpdateSkuCaseOverride(callInfo, model);
            return(callInfo);
        }
 partial void AddOrUpdateSkuCaseOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, DcmsMobile.PickWaves.Areas.PickWaves.Config.SkuCaseModel model);