Exemplo n.º 1
0
 public bool ChangeCount(int bookId, int count) => _bookDao.ChangeCount(bookId, count);