package com.hrms.dao; import com.hrms.model.Post; public interface IPostDao extends IGenericDao<Post, Integer> { }