Rename directories and projects
This commit is contained in:
9
Back/skydiveLogs-api.Domain/Statistic.cs
Normal file
9
Back/skydiveLogs-api.Domain/Statistic.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class Statistic
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user