Esempio n. 1
0
        /// <summary>
        /// 获取属性值列表总数
        /// </summary>
        /// <returns></returns>
        // [Authoriz(Authorization.GoodsView)]
        public JsonResult GetAVAllCount(long aid)
        {
            AttrValueBll bll = new AttrValueBll();

            return(Json(bll.GetAllCount(aid), JsonRequestBehavior.AllowGet));
        }
Esempio n. 2
0
 /// <summary>
 /// 获取属性值列表总数
 /// </summary>
 /// <returns></returns>
 // [Authoriz(Authorization.GoodsView)]
 public JsonResult GetAVAllCount(long aid)
 {
     AttrValueBll bll = new AttrValueBll();
     return Json(bll.GetAllCount(aid), JsonRequestBehavior.AllowGet);
 }