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