Gestite azioni in pagina ispezione
This commit is contained in:
@@ -63,7 +63,7 @@ public static class CoreModule
|
||||
var dbPath = sp.GetRequiredService<IDbPathProvider>().GetDbPath();
|
||||
options.UseSqlite($"Filename={dbPath}");
|
||||
});
|
||||
builder.Services.AddScoped<IDbInitializer, DbInitializer>();
|
||||
builder.Services.AddScoped<IIspezioniService, IspezioniService>();
|
||||
builder.Services.AddSingleton<IDbInitializer, DbInitializer>();
|
||||
builder.Services.AddSingleton<IIspezioniService, IspezioniService>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user