pkskelly / BlazorGolf

Blazor and Web API sample application to learn api design and blazor
MIT License
0 stars 0 forks source link

Enable PUT access to update repository items #25

Closed pkskelly closed 2 years ago

pkskelly commented 2 years ago

Add an 'update' method to the IRepository interface and a PUT action contoller on the course API handler.

pkskelly commented 2 years ago

Completed as part of the #23 and #46 PR