Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(access): add use case delete user
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 3, 2023
1 parent 3877885 commit 03ea598
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ class AccessUseCase(private val repository: AccessDomainRepository) {
suspend fun automaticLogin() = repository.automaticLogin()

suspend fun logoutUser() = repository.logoutUser()

suspend fun deleteUser() = repository.deleteUser()
}

0 comments on commit 03ea598

Please sign in to comment.