Пример #1
0
 public async Task <CommResult <bool> > Put(BookDto book)
 {
     return(await _bookService.UpdateBookAll(book));
 }