Add an interface for the stats repo

This commit is contained in:
2026-01-23 15:03:38 +01:00
parent 111e3f2ef7
commit 387228a3cf
11 changed files with 23 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
namespace skydiveLogs_api.Infrastructure
{
public class StatsByDzRepository : IStatsByDzRepository
public class StatsByDzRepository : IStatsRepository<StatsByDz>
{
#region Public Constructors