Package-level declarations

Types

Link copied to clipboard
@Service
class ConsoleCommandExecutionEntityService @Autowired constructor(repository: ConsoleCommandExecutionRepository) : BaseEntityService<ConsoleCommandExecution, Long, ConsoleCommandExecutionRepository>