コード例 #1
0
ファイル: ChannelController.cs プロジェクト: xingdd/myjobs
        public ViewResult CreateRelationWithGoodsGroupIndex(int channelGroupId)
        {
            string            msg;
            List <GoodsGroup> list = bll.GetNoRelatedGoodsGroups(channelGroupId, LoginUser.UserBasic.EnterpriseID, out msg);

            return(View("CreateRelationWithGoodsGroup", list));
        }