Ejemplo n.º 1
0
 public async Task <CommResult <bool> > Pathch(BookDto book)
 {
     return(await _bookService.UpdateBookParts(book));
 }