コード例 #1
0
        private static bool isWaitingFriendApproving(long userId, long targetId)
        {
            FriendService friendService = new FriendService();

            return(friendService.IsWaitingFriendApproving(userId, targetId));
        }
コード例 #2
0
ファイル: WebUtils.cs プロジェクト: yumingzhe1012/wojilu
        private static Boolean isWaitingFriendApproving(int userId, int targetId)
        {
            FriendService friendService = new FriendService();

            return(friendService.IsWaitingFriendApproving(userId, targetId));
        }