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>();
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,7 @@ using Microsoft.Extensions.Logging;
|
||||
using MudBlazor.Services;
|
||||
using MudExtensions.Services;
|
||||
using SteUp.Maui.Core;
|
||||
using SteUp.Maui.Core.Services;
|
||||
using SteUp.Shared;
|
||||
using SteUp.Shared.Core.Interface;
|
||||
|
||||
namespace SteUp.Maui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user