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

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

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

import cccev.f2.concept.domain.command.InformationConceptCreateFunction
import cccev.f2.concept.domain.command.InformationConceptUpdateFunction

interface InformationConceptCommandApi {
    fun conceptCreate(): InformationConceptCreateFunction
    fun conceptUpdate(): InformationConceptUpdateFunction
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy