This commit is contained in:
2021-11-22 16:03:02 +01:00
parent 8827f65f92
commit 86263bbd8d
22 changed files with 133 additions and 129 deletions
-1
View File
@@ -7,7 +7,6 @@ internal class SearchModule : ZeroModule
/// <inheritdoc />
public override void Register(IZeroModuleConfiguration config)
{
config.Services.AddOptions<SearchOptions>().Bind(config.Configuration.GetSection(SearchOptions.KEY));
config.Services.AddScoped<IBackofficeSearchService, BackofficeSearchService>();
}