Esempio n. 1
0
 public WatchlistsContextSeedData(WatchlistsContext dbContext)
 {
     _dbContext = dbContext;
 }
 public ItemsRepository(WatchlistsContext dbContext)
     : base(dbContext)
 {
     _watchlistsContext = dbContext;
 }