Пример #1
0
        public ActionResult Index()
        {
            PopulateNewProductList();
            PopulateBestSellProductList();
            PopulateClassicStyleProductList();
            PopulateModernStyleProductList();
            //PopulateHighPriorityOrderProductList();
            PopulateCategoryList();
            PopulateTopCategoryList();

            ViewBag.Banner2     = _bannerService.GetBanners2ForHomePage();
            ViewBag.BannerPopup = _bannerService.GetActivePopupForHomePage();
            return(View());
        }