using System;
namespace Xylem.Common.Logic.ProductionOrderCore.TestResults
{
///
/// Pressure test point container
///
public class PressureTestPoints
{
///
/// Just a number
///
public Int32 Ident { get; set; }
///
/// Text input
///
public String Input { get; set; }
}
}