Ejemplo n.º 1
0
 public bool ChangePrice(int bookId, decimal price) => _bookDao.ChangePrice(bookId, price);