riorganizzaizone classi obj

This commit is contained in:
Samuele E. Locatelli
2020-09-03 14:06:39 +02:00
parent 25f4173af2
commit 511f13d985
3 changed files with 58 additions and 36 deletions
+14
View File
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GPW_data
{
public class chartJsTimeSerie
{
public DateTime x { get; set; }
public decimal y { get; set; }
}
}