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

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

There is a newer version: 0.1.1-RELEASE
Show newest version
package tech.deepdreams.worker.api.services;

public interface PayslipGeneratorService {
	
	public String getPayslipType() ;
	
	//public ReportDTO generatePDF(SubscriberDTO subscriber, EmployeeDTO employee, PayPeriodDTO payPeriod, PayslipDTO payslip)  ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy