Пример #1
0
 public SpotifyApi(ISpotifyApiConfig config)
     : base(config)
 {
     Artist = new ArtistApi(this);
 }
Пример #2
0
 public SpotifyApi(ISpotifyApiConfig config) : base(config)
 {
     Artist = new ArtistApi(this);
 }