コード例 #1
0
ファイル: BLLClass.cs プロジェクト: shruthitandel/DB-Project
        public int unFollowUser(string currentusername, string usernametobeunfollowed)
        {
            int result = d.unFollowUser(currentusername, usernametobeunfollowed);

            return(result);
        }