LocalNatureReader

@Service
class LocalNatureReader(natureRepository: NatureRepository) : NatureReader

Constructors

Link copied to clipboard
constructor(natureRepository: NatureRepository)

Functions

Link copied to clipboard
open override fun findNatureById(id: Long): NatureInfo?
Link copied to clipboard
open override fun findNatureByInternalName(internalName: String): NatureInfo?