Exemplo n.º 1
0
 public SettlementService(weGOPAYDbContext weGOPAYDbContext,
                          IUserServices userServices,
                          IWalletTransactionService walletTransactionService
                          )
 {
     _weGOPAYDbContext         = weGOPAYDbContext;
     _userService              = userServices;
     _walletTransactionService = walletTransactionService;
 }
 public WalletTransactionController(IWalletTransactionService walletTransactionService)
 {
     _walletTransactionService = walletTransactionService;
 }