RE 5
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user