Exemplo n.º 1
0
 public ProductClassService(IProductClassRepository repository, IUnitOfWork unitOfWork, IOptions <ApiAccessSettings> accessSettings)
 {
     this._repository     = repository;
     this._unitOfWork     = unitOfWork;
     this._accessSettings = accessSettings;
 }