Interface GradeHistoryRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<GradeHistory,Long>, org.springframework.data.repository.Repository<GradeHistory,Long>

@Repository public interface GradeHistoryRepository extends org.springframework.data.repository.CrudRepository<GradeHistory,Long>