public PriceSearch() { _productRepository = new WebShop.ProductRepository(); _priceInfoRepository = new WebShop.PriceInfoRepository(); _currentConversionService = new Financial.CurrencyConversionService(); }
public ProductRepositoryAdapter(WebShop.ProductRepository repository) { _repository = repository; }