Add repos + repo interfaces + models + ioc
This commit is contained in:
17
Back/skydiveLogs-api.Domain/StatsByDz.cs
Normal file
17
Back/skydiveLogs-api.Domain/StatsByDz.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class StatsByDz
|
||||
{
|
||||
public string Label { get; set; }
|
||||
|
||||
public string Label2 { get; set; }
|
||||
|
||||
public int Nb { get; set; }
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user