コード例 #1
0
ファイル: bn_HashTag.cs プロジェクト: tampham47/juddy.vn
        public int Update(Guid hashTagId, byte?type, string iconPath, string description, string userTypes)
        {
            var re = (int)db.pb_HashTag_Update(
                hashTagId,
                type,
                iconPath,
                description,
                userTypes).Single();

            return(re);
        }