Ingenieur Anträge: UI und Services
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user