DanielStott / BaseApi

Base C# API
5 stars 0 forks source link

Implemented GET User Feature #32

Closed ghost closed 2 years ago

ghost commented 2 years ago

Added:

GetUser endpoint in the UsersController GetUserHandler in the Domain Get the user from the user repository in the domain Map the user to a user view model before returning it to the front end