analytics and statistics

This commit is contained in:
Tizian.Breuch
2025-09-08 11:35:26 +02:00
parent 0af6501dcd
commit fb9d793e91
5 changed files with 280 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ builder.Services.AddScoped<IDiscountService, DiscountService>();
builder.Services.AddScoped<IReviewService, ReviewService>();
builder.Services.AddScoped<ICustomerReviewService, CustomerReviewService>();
builder.Services.AddScoped<IAdminReviewService, AdminReviewService>();
builder.Services.AddScoped<IAdminAnalyticsService, AdminAnalyticsService>();
// Controller und API-Infrastruktur
builder.Services.AddControllers()