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

ag.orbia.common.infrastructure.email.HtmlBody.kt Maven / Gradle / Ivy

package ag.orbia.common.infrastructure.email

data class HtmlBody(
        val template: String = "",
        val data: Map = emptyMap()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy