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