refactor(backend): rename registration classes

This commit is contained in:
2026-05-07 14:02:55 -04:00
parent 6e417312f9
commit d1621ecb36
17 changed files with 18 additions and 18 deletions

View File

@@ -29,8 +29,8 @@ backend/src/Socialize.Api/Program.cs
Composition registers:
- web services and auth in `DependencyInjection.cs`
- infrastructure in `Infrastructure/DependencyInjection.cs`
- web services and auth in `ApplicationRegistration.cs`
- infrastructure in `Infrastructure/InfrastructureRegistration.cs`
- domain modules for Identity, Organizations, Workspaces, Clients, Campaigns, ContentItems, Assets, Comments, Approvals, Notifications, and Feedback
## Data Ownership