Beispiel #1
0
 public ProcessHistoryRepository(MarketContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Beispiel #2
0
 public MarketDataRepository(MarketContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }