Add the reset of Stats

This commit is contained in:
2026-01-24 14:46:47 +01:00
parent f6e16b9cd5
commit c3337cf236
11 changed files with 30 additions and 14 deletions

View File

@@ -9,6 +9,8 @@ namespace skydiveLogs_api.DomainBusiness.Interfaces
IEnumerable<StatsForLastMonthByDz> GetStats();
void Reset();
#endregion Public Methods
}
}