Exemplo n.º 1
0
 public InventoryProductRepository(UnitOfWork unitOfWork)
 {
     _unitOfWork = unitOfWork;
 }