예제 #1
0
        /// <summary>
        /// 商品分类
        /// </summary>
        /// <returns></returns>
        public ActionResult Index(int id)
        {
            var model = supplierBll.GetStoreInfoById(id, this.language);

            return(View(model));
        }