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 -1
View File
@@ -7,7 +7,7 @@ internal class ArchitectureModule : ZeroModule
/// <inheritdoc />
public override void Register(IZeroModuleConfiguration config)
{
config.Services.AddScoped<IBlueprintService, BlueprintService>();
config.Services.AddScoped<IBlueprintService, BlueprintService>();
config.Services.AddScoped<IInterceptor, BlueprintInterceptor>();
config.Services.AddScoped<IInterceptor, BlueprintChildInterceptor>();
}