ErrorAnalysis.Service/Model/ErrorRatioModel.cs @@ -15,7 +15,7 @@ public class ErrorRatio { public int Porosity { get; set; } public double Porosity { get; set; } public int Pass { get; set; } public double ErrorRatioValue { get; set; } }