Ingenieur Anträge: UI und Services

This commit is contained in:
2026-02-11 10:56:15 +01:00
parent 54f90ea3fb
commit 51b8f1c916
9 changed files with 1311 additions and 58 deletions

View File

@@ -13,6 +13,10 @@ namespace SZUAbsolventenverein.Module.PremiumArea.Startup
{
services.AddScoped<IPremiumAreaService, PremiumAreaService>();
}
if (!services.Any(s => s.ServiceType == typeof(IEngineerApplicationService)))
{
services.AddScoped<IEngineerApplicationService, EngineerApplicationService>();
}
}
}
}