issues
search
DanielStott
/
BaseApi
Base C# API
5
stars
0
forks
source link
Add update user endpoint to UserController
#38
Open
DanielStott
opened
2 years ago
DanielStott
commented
2 years ago
[ ] Create a PUT endpoint for updating the user
[ ] Create a command and handler to update a user
[ ] Handler should get the user from the database and then update that user model
[ ] Pass the updated user back to the user repository
[ ] return the updates user to the front end/postman