コード例 #1
0
 private async Task <IList <Genre> > GetGenres()
 {
     return(await _musicService.GetGenresAsync());
 }