Example #1
0
        public ActionResult BitchProduct()
        {
            ViewBag.storages = CacheAccess.GetOrderStorages(_storageContract, true);

            ViewBag.Brand   = CacheAccess.GetBrand(_brandContract, true);
            ViewBag.Categor = CacheAccess.GetCategory(_categoryContract, true);
            ViewBag.Season  = CacheAccess.GetSeason(_seasonContract, true);
            return(PartialView());
        }