RegionService

interface RegionService

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: RegionSpecification): List<RegionView>
Link copied to clipboard
abstract fun removeById(id: Long)
Link copied to clipboard
abstract fun save(command: SaveRegionInput): RegionView
Link copied to clipboard
abstract fun update(command: UpdateRegionInput): RegionView