Exemplo n.º 1
0
 public CreateAccountTaskService(AccountEntityService accountES,
                                 TransactionEntityService transactionES,
                                 WalletBlockchainEntityService walletBlockchainES)
 {
     _accountES          = accountES;
     _transactionES      = transactionES;
     _walletBlockchainES = walletBlockchainES;
 }
Exemplo n.º 2
0
 public ChargeGiftcardTaskService(AccountEntityService accountES,
                                  TransactionEntityService transactionES,
                                  WalletBlockchainEntityService walletBlockchainES)
 {
     _accountES          = accountES;
     _transactionES      = transactionES;
     _walletBlockchainES = walletBlockchainES;
 }