Esempio n. 1
0
 public DataTable GetAlbumByCate(int cId)
 {
     AlbumDAO albumDAO = new AlbumDAO();
     return albumDAO.GetAlbumByCate(cId);
 }