All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.cccev.f2.concept.domain.InformationConceptQueryApi.kt Maven / Gradle / Ivy

The newest version!
package cccev.f2.concept.domain

import cccev.f2.concept.domain.query.InformationConceptGetByIdentifierFunction
import cccev.f2.concept.domain.query.InformationConceptGetFunction

interface InformationConceptQueryApi {
    fun conceptGet(): InformationConceptGetFunction
    fun conceptGetByIdentifier(): InformationConceptGetByIdentifierFunction
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy