示例#1
0
        public override System.Web.Mvc.ActionResult HandleScan(DcmsMobile.CartonManager.ViewModels.Locating.LocationCartonViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.HandleScan);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            HandleScanOverride(callInfo, model);
            return(callInfo);
        }
示例#2
0
 partial void HandleScanOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, DcmsMobile.CartonManager.ViewModels.Locating.LocationCartonViewModel model);