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