Phase 4.6a: CopySignal + PolymarketApiService in den Core

- CopySignal als generischer Core-Typ (Namespace PolyTraderSharp.Models beibehalten).
- PolymarketApiService nach Core (nutzt nur TerminalLogger + HttpClient,
  keine DB); ungenutzte DB-Usings entfernt.
- Build 0 Fehler.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Richard
2026-07-01 19:47:28 +02:00
co-authored by Claude Opus 4.8
parent 827193c774
commit 9c068b448e
2 changed files with 0 additions and 2 deletions
@@ -1,6 +1,4 @@
using System;
using MongoDB.Driver;
using PolyTraderSharp.Extensions;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;