Beispiel #1
0
 // GET: Artists
 public async Task <IActionResult> Artists()
 {
     return(View(await _songsRepo.GetArtistsAsync()));
 }