Exemplo n.º 1
0
 public List <Album> GetLatestAlbums(int n)
 {
     return(data.GetLatestAlbums(n));
 }