Ejemplo n.º 1
0
 protected async Task <TEntity> PostEntityAsync(TEntity entity)
 {
     return(await SoundCloudClient.PostAsync <TEntity, TEntity>(RelativePath, entity)
            .ContinueWith(task => task.SetSoundCloudClient(SoundCloudClient)));
 }