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

This commit is contained in:
Shaun Walker
2026-02-11 14:11:22 -05:00
committed by GitHub
parent edb6109db9
commit 84e8edb159
5 changed files with 12 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, [Module]Service>();
services.AddScoped<I[Module]Service, Client[Module]Service>();
}
}
}