Ilkka Veima

Results 1 issues of Ilkka Veima

The `SqlStringLocalizerFactory.Create` -method creates a new `SqlStringLocalizer`, which derives from `IStringLocalizer`. The `AboutController` however expects a `IStringLocalizer` and that is injected by the DI container, but how is the `SqlStringLocalizer`...