Пример #1
0
        public List <BookListViewModel> GetBestSellers()
        {
            var top10Sold = _bookRepo.GetBestSellers();

            return(top10Sold);
        }