Example #1
0
        private static bool isWaitingFriendApproving(long userId, long targetId)
        {
            FriendService friendService = new FriendService();

            return(friendService.IsWaitingFriendApproving(userId, targetId));
        }
Example #2
0
        private static Boolean isWaitingFriendApproving(int userId, int targetId)
        {
            FriendService friendService = new FriendService();

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