Ajout de l'implémentation des stats par dz, avion, piège et annèe.
This commit is contained in:
13
Back/skydiveLogs-api.Model/Statistic.cs
Normal file
13
Back/skydiveLogs-api.Model/Statistic.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace skydiveLogs_api.Model
|
||||
{
|
||||
public class Statistic
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user