10 lines
158 B
C#
10 lines
158 B
C#
namespace skydiveLogs_api.Domain
|
|
{
|
|
public class Statistic
|
|
{
|
|
public string Label { get; set; }
|
|
|
|
public int Nb { get; set; }
|
|
}
|
|
}
|