Example #1
0
 public async Task <IActionResult> years(string artistIdOrSlug, string year, string showDate)
 {
     return(await ApiRequest(artistIdOrSlug, (art) => _showService.ShowWithSourcesForArtistOnDate(art, showDate)));
 }