コード例 #1
0
 public TrendsJsonController(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor      = twitterAccessor;
 }
コード例 #2
0
 public TrendsQueryExecutor(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor = twitterAccessor;
 }
コード例 #3
0
 public TrendsQueryExecutor(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor      = twitterAccessor;
 }
コード例 #4
0
 public TrendsJsonController(
     ITrendsQueryGenerator trendsQueryGenerator,
     ITwitterAccessor twitterAccessor)
 {
     _trendsQueryGenerator = trendsQueryGenerator;
     _twitterAccessor = twitterAccessor;
 }