public WalletActionManager( IWalletActionRepository repository, IRechargeProductRepository productRepository, IWalletRepository walletRepository, IWalletLogRepository walletLogRepository ) { _repository = repository; _productRepository = productRepository; _walletRepository = walletRepository; _walletLogRepository = walletLogRepository; }
public WalletLogAppService(IWalletLogRepository repository) { _repository = repository; }