Beispiel #1
0
        public int unFollowUser(string currentusername, string usernametobeunfollowed)
        {
            int result = d.unFollowUser(currentusername, usernametobeunfollowed);

            return(result);
        }