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

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

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

import org.octopusden.employee.client.common.dto.CustomerDTO

interface CustomersService {
    fun getCustomers(): Set
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy