コード例 #1
0
 public IActionResult GetFollowedArtist()
 {
     return(Ok(repository.GetFollowedArtist()));
 }