Administrative Unit Repository
class AdministrativeUnitRepository @Inject constructor(administrativeUnitDataSource: AdministrativeUnitDataSource)
The repository that exposes the administrative unit's screen flow. This repository manages the data flow related to administrative units, providing access to the current state of administrative units being displayed on the screen.