Example #1
0
 public ProductService(IProductManage productManage, IUnitOfWork unitOfWork)
 {
     _unitOfWork = unitOfWork;
 }