Beispiel #1
0
 private async Task <ArtistDto> GetFullInfoAboutArtist(ArtistDto artist)
 {
     return(await _lastFm.GetFullInfoArtist(artist.Name));
 }