Statistics Ui

This commit is contained in:
Daniel Balk
2023-04-06 22:23:45 +02:00
parent a7ae2bf7ba
commit e194e33d81
12 changed files with 1184 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
public class StatisticsData
{
public int Id { get; set; }
public string Chart { get; set; }
public double Value { get; set; }
public DateTime Date { get; set; }
}