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