Interface UserRepository


public interface UserRepository
Marker interface for user-related repository operations.

This interface serves as a common supertype conceptual placeholder for the athlete and administrator repositories within the SportTrack application hierarchy.

Author:
SportTrack Team