DeleteUserUseCase

Deletes an existing user aggregate when the provided identifier can be resolved.

If the user does not exist, the use case returns the corresponding not-found result.

Constructors

Link copied to clipboard
constructor(repository: UserRepository)

Functions

Link copied to clipboard