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