Ejemplo n.º 1
0
 public BookForSaleService(IBookForSaleRepository bookForSaleRepository, IUnitOfWork unitOfWork)
 {
     this.bookForSaleRepository = bookForSaleRepository;
     this.unitOfWork            = unitOfWork;
 }