コード例 #1
0
ファイル: ChannelController.cs プロジェクト: xingdd/myjobs
        public ActionResult IsGoodsGroupNull(int channelGroupId)
        {
            string msg;
            long   count = bll.Count(channelGroupId, LoginUser.UserBasic.EnterpriseID, out msg);

            return(Json(count <= 0, JsonRequestBehavior.AllowGet));
        }