public ArticleStore(NewsCrud_DBContext dbContext, Interfaces.IArticleQueueContext queueContext) { _dbContext = dbContext; _queueContext = queueContext; }
public DBQueue(NewsCrud_DBContext context) { _context = context; }
public FeedProcessorController(NewsCrud_DBContext dbContext, Interfaces.IScrapeQueueContext queueContext) { _dbContext = dbContext; _queueContext = queueContext; }
public SMH_RSSEngine(PublicationSection publicationSection, Publication publication, NewsCrud_DBContext dbContext) : base(publicationSection, publication, dbContext) { }
public BaseEngine(PublicationSection publicationSection, Publication publication, NewsCrud_DBContext dbContext) { _publicationSection = publicationSection; _publication = publication; _dbContext = dbContext; }