コード例 #1
0
 private TwitterStreamingListener(ITweetsRepository injected)
 {
     this._stopSearch         = false;
     this._repository         = injected;
     this._otherEvents        = new List <string>();
     this._translationService = new ModelTranslationService();
 }
コード例 #2
0
 private TwitterStreamingListener(ITweetsRepository injected)
 {
     this._stopSearch = false;
     this._repository = injected;
     this._otherEvents = new List<string>();
     this._translationService = new ModelTranslationService();
 }