Example #1
0
 public DataSeed(FeederContext context)
 {
     _context = context;
 }
Example #2
0
 public CollectionRepository(FeederContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Example #3
0
 public FeedRepository(FeederContext context)
 {
     _context = context;
 }