コード例 #1
0
 public ServiceHandler(ISettings settings, ITwitterService twitterService, ITweetMatcher tweetMatcher, ISandboxService sandboxService)
 {
     this.settings       = settings;
     this.twitterService = twitterService;
     this.tweetMatcher   = tweetMatcher;
     this.sandboxService = sandboxService;
 }
コード例 #2
0
 public ServiceHandler(ISettings settings, ITwitterService twitterService, ITweetMatcher tweetMatcher, ISandboxService sandboxService)
 {
     this.settings = settings;
     this.twitterService = twitterService;
     this.tweetMatcher = tweetMatcher;
     this.sandboxService = sandboxService;
 }