예제 #1
0
 public YandexMarketSpecMapper(
     IYandexMarketSpecService yandexMarketSpecService,
     ISpecificationAttributeService shopSpecService)
 {
     _yandexMarketSpecService = yandexMarketSpecService;
     _shopSpecService         = shopSpecService;
 }
예제 #2
0
 public YandexMarketSpecImportController(
     IYandexMarketSpecService yandexMarketSpecService,
     IYandexMarketCategoryService yandexMarketCategoryService,
     ISpecificationAttributeService2 specificationAttributeService,
     ILogger logger)
 {
     _yandexMarketSpecService       = yandexMarketSpecService;
     _yandexMarketCategoryService   = yandexMarketCategoryService;
     _specificationAttributeService = specificationAttributeService;
     _logger = logger;
 }