Ejemplo n.º 1
0
def getGenreAlbums(http_request, genre_id):
    albumService = AlbumService()
    return albumService.getGenreAlbums(genre_id)