Ejemplo n.º 1
0
 public void RemoveBookFromPurchase(int bookId, int purchaseId)
 {
     _bookDao.RemoveBookFromPurchase(bookId, purchaseId);
 }