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

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

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