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