repository property

BaseRepository<T, TF> get repository

The repository used to fetch and count data.

Must be implemented by subclasses to provide the specific repository.

Implementation

BaseRepository<T, TF> get repository;