DateRange.kt

package nl.marc.devops.board

import java.util.*

data class DateRange(val begin: Date, val end: Date)