public ImageServerRepository(HighLightsContext dbContext)
 {
     _dbContext = dbContext;
 }
 public CrawlLinkRepository(HighLightsContext dbContext)
 {
     _dbContext = dbContext;
 }
Пример #3
0
 public MatchRepository(HighLightsContext dbContext, IOptions <ViewModels.SiteSetttings> siteSetttings)
 {
     _dbContext     = dbContext;
     _siteSetttings = siteSetttings.Value;
 }