GetUserUseCase

Application use case for retrieving a user by identifier.

This class implements the inbound query port and delegates data access to the UserRepository domain port, mapping repository outcomes to GetUserResult.

Constructors

Link copied to clipboard
constructor(repository: UserRepository)

Functions

Link copied to clipboard

Executes the user lookup use case.