Rename services to Client/Server and update refs

Rename the client service class/file from [Module]Service to Client[Module]Service and the server service to Server[Module]Service. Update Edit.razor and Index.razor to inject Client[Module]Service and adjust all calls accordingly. Update DI registration in ClientStartup to register Client[Module]Service. Also remove the System.Net.Http.Json package reference from the client .csproj. File renames and reference updates keep class names and registrations consistent between client and server templates.
This commit is contained in:
Leigh Pointer
2026-02-06 18:25:21 +01:00
parent 49102491a6
commit 60b2e50511
6 changed files with 12 additions and 13 deletions