public MarketsCreator(TradingAnalyzerDbContext context) { _context = context; }
public TradingDirectivesCreator(TradingAnalyzerDbContext context) { _context = context; }