PostCodeService

@Service
class PostCodeService(@Autowired postCodeRepository: PostCodeRepository)

Constructors

Link copied to clipboard
fun PostCodeService(@Autowired postCodeRepository: PostCodeRepository)

Functions

Link copied to clipboard
Link copied to clipboard
fun delete(id: UUID): Boolean
Link copied to clipboard
fun find(id: UUID): PostCodeDto?
Link copied to clipboard
fun list(limit: Int? = null, offset: Long? = null): List<PostCodeDto>?
Link copied to clipboard