public DataSeed(FeederContext context) { _context = context; }
public CollectionRepository(FeederContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }
public FeedRepository(FeederContext context) { _context = context; }