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