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

tech.deepdreams.worker.api.services.HourlySalaryService Maven / Gradle / Ivy

There is a newer version: 0.1.1-RELEASE
Show newest version
package tech.deepdreams.worker.api.services;
import java.util.Map;
import tech.deepdreams.worker.api.enums.CountryCode;

public interface HourlySalaryService {
	
	public CountryCode country() ;
	
	public int version() ;
	
	public String code() ;
	
	public Double calculate(Map params) ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy