
studio.crud.feature.auth.entity.EntityHandler.kt Maven / Gradle / Ivy
package studio.crud.feature.auth.entity
import studio.crud.feature.auth.entity.model.Entity
interface EntityHandler {
fun getEntityById(entityId: Long): Entity
fun getEntityUsername(entityId: Long): String
fun getEntityUsername(entity: Entity): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy