示例#1
0
 public async Task <CommResult <List <BookDto> > > Get(int pageIndex, int pageSize)
 {
     return(await _bookService.GetBookList(pageIndex, pageSize));
 }