예제 #1
0
 public ChatIngestionProcessor(IStagingRepository stagingRepository, IDWHRepository dwhRepository, IConfigurationRepository configurationRepository)
 {
     _stagingRepository       = stagingRepository;
     _dwhRepository           = dwhRepository;
     _configurationRepository = configurationRepository;
 }
예제 #2
0
 public TopicProcessor(ITwitterRepository twitterRepository, IDWHRepository dwhRepository)
 {
     _twitterRepository = twitterRepository;
     _dwhRepository     = dwhRepository;
 }