Refacto
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByAircraft
|
||||
{
|
||||
public string Label { get; set; }
|
||||
public string Aircraft { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByDz
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string DropZone { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByGear
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string Gear { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByJumpType
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string JumpType { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByYear
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string Year { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsForLastMonthByJumpType
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string JumpType { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsForLastYearByDz
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string DropZone { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsForLastYearByJumpType
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
public string JumpType { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user