示例#1
0
 public IEnumerable <BookViewModel> GetByAuthor(string author)
 {
     return(_bookService.GetByAuthor(author));
 }