Ejemplo n.º 1
0
 public SearchResult <Album> getAllAlbum(string query)
 {
     return(searcher.getAlbuns(query));
 }
Ejemplo n.º 2
0
 public List <Album> getAllAlbum(string query, out SearchInfo info)
 {
     return(searcher.getAlbuns(query, out info));
 }