示例#1
0
        public int checkIfFollowExists(string currentusername, string usernametobefollowed)
        {
            int result = d.checkIfFollowExist(currentusername, usernametobefollowed);

            return(result);
        }