Spostato su altro server REDIS x fase SIM

This commit is contained in:
Samuele Locatelli
2022-03-10 11:56:15 +01:00
parent b0b7388623
commit a58c5f9ba4
8 changed files with 51 additions and 24 deletions
+7 -9
View File
@@ -1,14 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MachineSim
namespace MachineSim
{
public class SimDisplayDataDTO: MP.MONO.Core.DTO.DisplayDataDTO
public class SimDisplayDataDTO : MP.MONO.Core.DTO.DisplayDataDTO
{
#region Public Properties
public double SimMean { get; set; } = 0;
public double SimStd { get; set; } = 1;
#endregion Public Properties
}
}
}