This commit is contained in:
2026-01-23 22:52:51 +01:00
parent e84d6e98c9
commit 668f321c54
51 changed files with 580 additions and 3329 deletions

View File

@@ -1,12 +1,8 @@
using System.Collections.Generic;
namespace skydiveLogs_api.Domain
{
public class StatsForLastMonthByDz
{
public string Label { get; set; }
public string Label2 { get; set; }
public string DropZone { get; set; }
public int Nb { get; set; }