public Feeder_WatchKeywordsRepository(NewsFeedDataContext context) : base(context)
 {
     _context = context;
 }
 public FeedItemQueueLocksRepository(NewsFeedDataContext context) : base(context)
 {
     _context = context;
 }
예제 #3
0
 public FeedItemQueueRepository(NewsFeedDataContext newsfeedcontext, EditorialDataContext context) : base(context)
 {
     _newsfeedcontext = newsfeedcontext;
     _context         = context;
 }
예제 #4
0
 public Feeder_watchesRepository(EditorialDataContext context, NewsFeedDataContext newscontext) : base(context)
 {
     _context     = context;
     _newscontext = newscontext;
 }
 public Feeder_FeedArtiklesRepository(NewsFeedDataContext context) : base(context)
 {
     _context = context;
 }