Example #1
0
 public PriceSearch()
 {
     _productRepository        = new WebShop.ProductRepository();
     _priceInfoRepository      = new WebShop.PriceInfoRepository();
     _currentConversionService = new Financial.CurrencyConversionService();
 }
Example #2
0
 public PriceSearch()
 {
     _productStorage           = new WebShop.ProductStorage();
     _priceInfoStorage         = new WebShop.PriceInfoStorage();
     _currentConversionService = new Financial.CurrencyConversionService();
 }