Files
mapo-core/MP.Core/DTO/ChartDataPointDto.cs
T
2026-04-10 15:49:24 +02:00

13 lines
193 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MP.Core.DTO
{
public class ChartDataPointDto
{
}
}