Refactor: remove `EventManagerRepository` and associated logic
- Deleted `DefaultEventRepositoryMediator`, `EventManagerRepositoryImpl`, and related interfaces (`EventManagerRepository`, `EventRepositoryMediator`) for improved modularity. - Replaced redundant repository implementations with `LocalBookingRepositoryImpl` and `BookingRepositoryImpl`. - Introduced specialized use cases (`GetRoomsInfoUseCase`, `GetCurrentRoomInfosUseCase`) to simplify domain logic and reduce coupling. - Updated existing components (`FreeUpRoomUseCase`, etc.) to utilize the new repository and use case structure. - Removed outdated Xcode scheme configurations to streamline the project build settings.
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать