Esempio n. 1
0
 public ArtistModel FindArtistByName(string artistName)
 {
     return(_repo.FindArtistByName(artistName));
 }