package database.service import java.time.LocalDate import api.ApiObject interface ISampleObjectService{ fun addOne(apiObject: ApiObject) }