public async Task <CommResult <bool> > Put(BookDto book) { return(await _bookService.UpdateBookAll(book)); }