CurrencyCommandService

@Service
class CurrencyCommandService @Autowired constructor(currencyService: CurrencyService) : ConsoleCommandExecutor

Constructors

Link copied to clipboard
@Autowired
constructor(currencyService: CurrencyService)

Functions

Link copied to clipboard
open override fun executeCommand(command: String): ConsoleCommandResponse