Example #1
0
        /// <summary>
        /// 获取收藏店铺信息
        /// </summary>
        /// <returns></returns>
        public JsonResult GetCollectShopsInfo(int?id)
        {
            List <Collect_Shops> lstShops = PersonMgr.GetCollectShopsInfo(id);

            return(Json(lstShops));
        }