Add ActivatorUtilitiesConstructor to ctor

This commit is contained in:
Nikolaj Geisle
2022-07-13 14:19:41 +02:00
parent 66cd2145ad
commit 7f020861c2

View File

@@ -49,6 +49,7 @@ public class DictionaryController : BackOfficeNotificationsController
private readonly IHostingEnvironment _hostingEnvironment;
private readonly PackageDataInstallation _packageDataInstallation;
[ActivatorUtilitiesConstructor]
public DictionaryController(
ILogger<DictionaryController> logger,
ILocalizationService localizationService,