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

org.octopusden.employee.service.OneCService.kt Maven / Gradle / Ivy

The newest version!
package org.octopusden.employee.service

import org.octopusden.employee.client.common.dto.Employee
import org.octopusden.employee.client.common.dto.RequiredTimeDTO
import org.octopusden.employee.client.common.dto.WorkingDaysDTO
import java.time.LocalDate

interface OneCService {
    fun getRequiredTime(employee: Employee, fromDate: LocalDate, toDate: LocalDate): RequiredTimeDTO
    fun getWorkingDays(fromDate: LocalDate, toDate: LocalDate): WorkingDaysDTO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy