Exemplo n.º 1
0
 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;
 }
Exemplo n.º 2
0
 public BankAccountSystemController(IBankAccountSystemRepository __IBankAccountSystemRepository)
 {
     _IBankAccountSystemRepository = __IBankAccountSystemRepository;
 }