Commit Graph

3 Commits

Author SHA1 Message Date
Shaun Walker
84e8edb159 Revert "Revert "Rename services to Client/Server and update refs"" 2026-02-11 14:11:22 -05:00
Shaun Walker
69fc1c9895 Revert "Rename services to Client/Server and update refs" 2026-02-11 13:52:35 -05:00
Leigh Pointer
60b2e50511 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.
2026-02-06 18:25:21 +01:00