public AddProductToBlockchainIdentity(IGetCustomerPipeline getCustomerPipeline, IServiceProvider serviceProvider) { this._getCustomerPipeline = getCustomerPipeline; this._serviceProvider = serviceProvider; }
public GetSubaccountsBlock(IGetCustomerPipeline getCustomerPipeline) { _getCustomerPipeline = getCustomerPipeline; }
public UpdateLoyaltyTokensOnBlockchain(IGetCustomerPipeline getCustomerPipeline, IServiceProvider serviceProvider) { this._getCustomerPipeline = getCustomerPipeline; this._serviceProvider = serviceProvider; }
public UpdateSubaccountBlock(IGetCustomerPipeline getCustomer) { _getCustomer = getCustomer; }
public SetBlockchainDownloadToken(IGetCustomerPipeline getCustomerPipeline, IServiceProvider serviceProvider) { this._getCustomerPipeline = getCustomerPipeline; this._serviceProvider = serviceProvider; }