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