示例#1
0
 public async Task <CommResult <bool> > DeleteBookById(int id)
 {
     return(await _bookService.DeleteBookById(id));
 }