ModelRepositoryImpl

@Inject
constructor(modelDao: ModelDao)

Creates a singleton instance of the ModelRepositoryImpl class.

Parameters

modelDao

The ModelDao object that is used to access the database.