Exemplo n.º 1
0
 public ListRepository(TmDbService tmDbService)
 {
     _client = tmDbService.client;
 }
Exemplo n.º 2
0
 public RatedMovieRepository(TmDbService tmDbService)
 {
     _client = tmDbService.client;
 }
Exemplo n.º 3
0
 public AuthenticationRepository(TmDbService tmDbService)
 {
     _client = tmDbService.client;
 }