public ShopifyProductVariantPut( SyncInventoryRepository syncInventoryRepository, SettingsRepository settingsRepository, ShopifyInventoryGet shopifyInventoryGet, ShopifyInventoryPut shopifyInventoryPut, AcumaticaJsonService acumaticaJsonService, ExecutionLogService logService, ProductApi productApi) { _syncInventoryRepository = syncInventoryRepository; _settingsRepository = settingsRepository; _shopifyInventoryGet = shopifyInventoryGet; _shopifyInventoryPut = shopifyInventoryPut; _acumaticaJsonService = acumaticaJsonService; _logService = logService; _productApi = productApi; }
public ShopifyManager( ShopifyReferenceGet shopifyReferenceGet, ShopifyInventoryGet shopifyInventoryPull, ShopifyCustomerGet shopifyCustomerPull, ShopifyOrderGet shopifyOrderPull, ShopifyTransactionGet shopifyTransactionPull, ExecutionLogService executionLogService, StateRepository stateRepository, IPushLogger logger, OrderApi orderApi) { _shopifyReferenceGet = shopifyReferenceGet; _shopifyInventoryPull = shopifyInventoryPull; _shopifyCustomerPull = shopifyCustomerPull; _shopifyOrderPull = shopifyOrderPull; _shopifyTransactionPull = shopifyTransactionPull; _executionLogService = executionLogService; _stateRepository = stateRepository; _logger = logger; _orderApi = orderApi; }