Example #1
0
 public Application(TheMovieDatabaseConsumer tmdbConsumer, RxHttpClient httpClient)
 {
     this.httpClient   = httpClient;
     this.tmdbConsumer = tmdbConsumer;
 }
Example #2
0
 public Application(TheMovieDatabaseConsumer tmdbConsumer, JsonPlaceHolderConsumer jsonPlaceHolderConsumer, RxHttpClient httpClient)
 {
     this.tmdbConsumer            = tmdbConsumer;
     this.jsonPlaceHolderConsumer = jsonPlaceHolderConsumer;
     this.httpClient = httpClient;
 }