Adding 3 Crud repository classes
Required Action:
- Implement the CRUD repository classes for the relevant entities StudentRepository, ModuleRepository, and GradeRepository.
- Each repository should implement the basic CRUD operations.
Expected Deliverables:
- Three separate repository classes that implement the CRUD operations for the specified entities.