Exemplo n.º 1
0
        private static bool isWaitingFriendApproving(long userId, long targetId)
        {
            FriendService friendService = new FriendService();

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

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