Revert "Rename services to Client/Server and update refs"

This commit is contained in:
Shaun Walker
2026-02-11 13:52:35 -05:00
committed by GitHub
parent 831bc31e06
commit 69fc1c9895
6 changed files with 13 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ namespace [Owner].Module.[Module].Startup
{
if (!services.Any(s => s.ServiceType == typeof(I[Module]Service)))
{
services.AddScoped<I[Module]Service, Client[Module]Service>();
services.AddScoped<I[Module]Service, [Module]Service>();
}
}
}