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