Exemple #1
0
 public TvDbWrapper(string apiKey)
 {
     _client = new TvDbClient(apiKey);
     _client.AuthenticateAsync(apiKey);
     _apiKey = apiKey;
 }