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