Example #1
0
 public IActionResult GetArtistInfo(int id)
 {
     return(Ok(artistsService.getArtistInfo(id)));
 }