UserService

interface UserService : Service

Interface to represent a service that manages users.

Inheritors

Functions

Link copied to clipboard
abstract fun addUser(user: User)
Link copied to clipboard
abstract fun getUser(userID: User.UserID): User?
Link copied to clipboard
abstract fun updateUser(user: User)