コード例 #1
0
 public ShopifyCustomerFilesReader(IShopifyCustomerStorage storage, ILogger <ShopifyCustomerFilesReader> logger) : base(storage, "customers", logger)
 {
 }
 public ShopifyCustomerShopifyFetchAndStoreService(IOptions <StoreOptions> optionsAccessor, IShopifyCustomerFetcher fetcher,
                                                   IShopifyCustomerStorage storage, IShopifyCustomerFilesWriter filesWriter, ILogger <ShopifyCustomerShopifyFetchAndStoreService> logger) : base(optionsAccessor, fetcher, storage,
                                                                                                                                                                                                 filesWriter, "customers", customer => customer.UpdatedAt, logger)
 {
 }