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