Esempio n. 1
0
 public SoundCloudApi(ISoundCloudConfig config) : base(config)
 {
     Users = new Users(this);
 }
Esempio n. 2
0
 public SoundCloudApi(ISoundCloudConfig config)
     : base(config)
 {
     Users = new Users(this);
 }