AppDataRepository
Repository class responsible for providing application data.
This class serves as a central point for accessing application information. It utilizes an AbstractAppDataListFactory to retrieve the actual list of app data.
Parameters
appDataListFactory
An instance of AbstractAppDataListFactory that will be used to generate the list of AppInfoData.