示例#1
0
        public List <BookListViewModel> GetAudioBooksByGenre(string genre)
        {
            var booksByGenre = _bookRepo.GetAudioBooksByGenre(genre);

            return(booksByGenre);
        }