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

            return(result);
        }