DataInbox list

This commit is contained in:
2025-12-01 12:55:47 +01:00
parent a71b6feefc
commit 3d654d972e
9 changed files with 292 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ public static class ServiceCollectionExtensions
// Services
services.AddScoped<AuthService>();
services.AddScoped<LayerService>();
services.AddScoped<DataInboxService>();
return services;
}