Пример #1
0
 public Book UpdateBook(Book input)
 {
     return(BooksDB.UpdateBook(input));
 }