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

Commit

Permalink
feat(access): In AccessRemoteDataStorage add deleteUser method
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 4, 2023
1 parent 27a4793 commit 6f9af8d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ interface AccessRemoteDataStorage {

fun createUser(user: User): User

fun accessWithData(username: String, password: String) : User
fun accessWithData(email: String, password: String) : User

fun deleteUser(user: User)
}

0 comments on commit 6f9af8d

Please sign in to comment.