//
koffee-backend
/
eu.yeger.koffee.service
/
UserService
/
getAllUsers
getAllUsers
Returns all
User
s.
Return
The
Result
of the operation.
abstract suspend fun
getAllUsers
():
Result
<
List
<
UserListEntry
>>
Content copied to clipboard