示例#1
0
        public int checkIfLikeExist(string artistid, string username)
        {
            int a = d.checkIfLikeExist(artistid, username);

            return(a);
        }