public TrendsJsonController(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor      = twitterAccessor;
 }
 public TrendsQueryExecutor(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor = twitterAccessor;
 }
Example #3
0
 public TrendsQueryExecutor(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor      = twitterAccessor;
 }
 public TrendsJsonController(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor = twitterAccessor;
 }