WalletTransactionsController constructor

WalletTransactionsController(
  1. WalletService _walletService,
  2. UserService _userService
)

Implementation

WalletTransactionsController(this._walletService, this._userService);