예제 #1
0
 public CreateAccountTaskService(AccountEntityService accountES,
                                 TransactionEntityService transactionES,
                                 WalletBlockchainEntityService walletBlockchainES)
 {
     _accountES          = accountES;
     _transactionES      = transactionES;
     _walletBlockchainES = walletBlockchainES;
 }
예제 #2
0
 public ChargeGiftcardTaskService(AccountEntityService accountES,
                                  TransactionEntityService transactionES,
                                  WalletBlockchainEntityService walletBlockchainES)
 {
     _accountES          = accountES;
     _transactionES      = transactionES;
     _walletBlockchainES = walletBlockchainES;
 }