Exemplo n.º 1
0
 public int LoadAlbumsCount(int artistId)
 {
     return(musicDatabase.LoadAlbumsCountFromId(artistId));
 }