private static bool isWaitingFriendApproving(long userId, long targetId) { FriendService friendService = new FriendService(); return(friendService.IsWaitingFriendApproving(userId, targetId)); }
private static Boolean isWaitingFriendApproving(int userId, int targetId) { FriendService friendService = new FriendService(); return(friendService.IsWaitingFriendApproving(userId, targetId)); }