示例#1
0
        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);
        }