Package org.example.crmedu.domain.repository


package org.example.crmedu.domain.repository
This package contains repository interfaces that define contracts for accessing domain models and performing data persistence operations.

The OrganizationRepository, StudentRepository, SubjectRepository, TutorRepository, TutorScheduleRepository, and UserRepository interfaces provide methods for interacting with the database and handling CRUD operations for their respective entities.