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

            return(result);
        }