public WalletController(IWalletService walletService, ICampaignService campaignService,
                         ITransactionService transactionService, IAccountService accountService,
                         INotificationService __INotificationService, IBankAccountSystemRepository __IBankAccountSystemRepository)
 {
     _transactionService           = transactionService;
     _walletService                = walletService;
     _accountService               = accountService;
     _campaignService              = campaignService;
     _INotificationService         = __INotificationService;
     _IBankAccountSystemRepository = __IBankAccountSystemRepository;
 }
Exemple #2
0
 public BankAccountSystemController(IBankAccountSystemRepository __IBankAccountSystemRepository)
 {
     _IBankAccountSystemRepository = __IBankAccountSystemRepository;
 }