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