コード例 #1
0
 public PriceSearch()
 {
     _productRepository        = new WebShop.ProductRepository();
     _priceInfoRepository      = new WebShop.PriceInfoRepository();
     _currentConversionService = new Financial.CurrencyConversionService();
 }
コード例 #2
0
ファイル: PriceSearch.cs プロジェクト: wincubate/agilent
 public PriceSearch()
 {
     _productStorage           = new WebShop.ProductStorage();
     _priceInfoStorage         = new WebShop.PriceInfoStorage();
     _currentConversionService = new Financial.CurrencyConversionService();
 }