Example #1
0
 public SoundCloudApi(ISoundCloudConfig config) : base(config)
 {
     Users = new Users(this);
 }
Example #2
0
 public SoundCloudApi(ISoundCloudConfig config)
     : base(config)
 {
     Users = new Users(this);
 }