diff --git a/GreadyPoang/MauiProgram.cs b/GreadyPoang/MauiProgram.cs index 9034e53..3cb05c1 100644 --- a/GreadyPoang/MauiProgram.cs +++ b/GreadyPoang/MauiProgram.cs @@ -46,17 +46,13 @@ public static class MauiProgram builder.Services.AddScoped(); builder.Services.AddScoped(); - builder.Services.AddSingleton(); - + builder.Services.AddScoped, GamePointRepository>(); builder.Services.AddScoped(); builder.Services.AddScoped(); - builder.Services.AddScoped, GamePointRepository>(); - - builder.Services.AddScoped, MethodSharingService>(); - builder.Services.AddScoped(); + builder.Services.AddSingleton(); #if DEBUG builder.Logging.AddDebug();