Examer Mark Test As Completed Use Case
class ExamerMarkTestAsCompletedUseCase(authenticationService: AuthenticationService, repository: Repository) : MarkTestAsCompletedUseCase
Content copied to clipboard
A concrete implementation of MarkTestAsCompletedUseCase.
Parameters
authentication Service
an instance of AuthenticationService that will be used to get the AuthenticationService.currentUser.
repository
an instance of Repository that will be used to mark the test as complete.
Constructors
Link copied to clipboard
fun ExamerMarkTestAsCompletedUseCase(authenticationService: AuthenticationService, repository: Repository)
Content copied to clipboard