Füge Datenbank- und S3-Dienste hinzu; entferne nicht mehr benötigte WAL- und SHM-Dateien

This commit is contained in:
Jonas
2025-12-08 16:37:49 +00:00
parent 6cc45313f5
commit 94fcf83241
4 changed files with 5 additions and 1 deletions

View File

@@ -20,9 +20,13 @@ else
builder.Services.AddDbContext<ApplicationDbContext>(options => options.UseSqlite("Data Source=app.db")); builder.Services.AddDbContext<ApplicationDbContext>(options => options.UseSqlite("Data Source=app.db"));
} }
// Adding Database Services
builder.Services.AddScoped<IAgeGroupService, AgeGroupService>(); builder.Services.AddScoped<IAgeGroupService, AgeGroupService>();
// Adding S3 Services
// Adding (latler) Redis Services
// Add Database Services // Add Database Services
var app = builder.Build(); var app = builder.Build();

Binary file not shown.

Binary file not shown.

Binary file not shown.