Refacto
This commit is contained in:
@@ -4,9 +4,9 @@ namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByYearByJumpType
|
||||
{
|
||||
public string Label { get; set; }
|
||||
public string Year { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string JumpType { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user