package com.hrms.service; import com.hrms.model.JobSeeker; public interface IJobSeekerService extends IGenericService<JobSeeker,Integer> { }