public SettlementService(weGOPAYDbContext weGOPAYDbContext, IUserServices userServices, IWalletTransactionService walletTransactionService ) { _weGOPAYDbContext = weGOPAYDbContext; _userService = userServices; _walletTransactionService = walletTransactionService; }
public WalletTransactionController(IWalletTransactionService walletTransactionService) { _walletTransactionService = walletTransactionService; }