public Feeder_WatchKeywordsRepository(NewsFeedDataContext context) : base(context) { _context = context; }
public FeedItemQueueLocksRepository(NewsFeedDataContext context) : base(context) { _context = context; }
public FeedItemQueueRepository(NewsFeedDataContext newsfeedcontext, EditorialDataContext context) : base(context) { _newsfeedcontext = newsfeedcontext; _context = context; }
public Feeder_watchesRepository(EditorialDataContext context, NewsFeedDataContext newscontext) : base(context) { _context = context; _newscontext = newscontext; }
public Feeder_FeedArtiklesRepository(NewsFeedDataContext context) : base(context) { _context = context; }