Exemplo n.º 1
0
 public SpotifyApi(ISpotifyApiConfig config)
     : base(config)
 {
     Artist = new ArtistApi(this);
 }
Exemplo n.º 2
0
 public SpotifyApi(ISpotifyApiConfig config) : base(config)
 {
     Artist = new ArtistApi(this);
 }