Beispiel #1
0
        public override System.Web.Mvc.ActionResult Pallet(DcmsMobile.CartonManager.Repository.Locating.Sound sound)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Pallet);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "sound", sound);
            PalletOverride(callInfo, sound);
            return(callInfo);
        }
Beispiel #2
0
 partial void PalletOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, DcmsMobile.CartonManager.Repository.Locating.Sound sound);