示例#1
0
 public async Task <SpotibroModels.PlaylistContents> GetPlaylistItemsAsync(PartyGoer user, string playlistId)
 {
     return(await _spotifyApi.GetPlaylistContentsAsync(user, playlistId));
 }