ExerciseEvaluationRepository constructor

ExerciseEvaluationRepository(
  1. LocalDatabaseHelper _localDatabaseHelper,
  2. RepositoryErrorHandler _repositoryErrorHandler
)

Implementation

ExerciseEvaluationRepository(
  this._localDatabaseHelper,
  this._repositoryErrorHandler,
);