From 4eff768b538083e59bfdcea60dfdd1277882dcc9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 10 Apr 2026 15:49:24 +0200 Subject: [PATCH] Aggiunta dto x preparare output charting --- MP.Core/DTO/ChartDataPointDto.cs | 12 ++++++++++++ MP.Core/DTO/ChartSeriesDto.cs | 12 ++++++++++++ MP.IOC/MP.IOC.csproj | 2 +- MP.IOC/Resources/ChangeLog.html | 2 +- MP.IOC/Resources/VersNum.txt | 2 +- MP.IOC/Resources/manifest.xml | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 MP.Core/DTO/ChartDataPointDto.cs create mode 100644 MP.Core/DTO/ChartSeriesDto.cs diff --git a/MP.Core/DTO/ChartDataPointDto.cs b/MP.Core/DTO/ChartDataPointDto.cs new file mode 100644 index 00000000..087d2c6f --- /dev/null +++ b/MP.Core/DTO/ChartDataPointDto.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace MP.Core.DTO +{ + public class ChartDataPointDto + { + } +} diff --git a/MP.Core/DTO/ChartSeriesDto.cs b/MP.Core/DTO/ChartSeriesDto.cs new file mode 100644 index 00000000..98f134b0 --- /dev/null +++ b/MP.Core/DTO/ChartSeriesDto.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace MP.Core.DTO +{ + internal class ChartSerieDTO + { + } +} diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj index 94bdd1c2..a956c67b 100644 --- a/MP.IOC/MP.IOC.csproj +++ b/MP.IOC/MP.IOC.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 6.16.2604.1012 + 6.16.2604.1014 diff --git a/MP.IOC/Resources/ChangeLog.html b/MP.IOC/Resources/ChangeLog.html index 30f78f75..e1381c5b 100644 --- a/MP.IOC/Resources/ChangeLog.html +++ b/MP.IOC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MP-IOC -

Versione: 6.16.2604.1012

+

Versione: 6.16.2604.1014


Note di rilascio: