Example #1
0
        public ActionResult _API_TotalUnitsSKU(int?id)

        {
            @model = new StockSKUStatisticFormViewModel();
            System.Web.HttpContext.Current.Session["LastEntryPoint_StockSKUStatisticForm"] = "TotalUnitsSKU";
            PushToHistory();
            var _masterController = new DSS1_RetailerDriverStockOptimisation.UI.Controllers.MasterPageForSlide.MasterPageForSlideController(@model);

            _masterController.ExecuteRender();
            var redirectInfo = ExecuteTotalUnitsSKU(id);

            return(redirectInfo);
        }