Esempio n. 1
0
 public ShopifyProductFileWriter(IShopifyProductStorage storage, ILogger <ShopifyProductFileWriter> logger) : base(storage, "products", logger)
 {
 }
Esempio n. 2
0
 public ShopifyProductShopifyFetchAndStoreService(IOptions <StoreOptions> optionsAccessor, IProductShopifyFetcher shopifyFetcher,
                                                  IShopifyProductStorage storage, IShopifyProductFilesWriter filesWriter, ILogger <ShopifyProductShopifyFetchAndStoreService> logger) : base(optionsAccessor, shopifyFetcher, storage,
                                                                                                                                                                                             filesWriter, "products", product => product.UpdatedAt, logger)
 {
 }