Need DB II

This commit is contained in:
2023-02-08 09:42:52 -07:00
parent 7828493f27
commit 8c6a2d92db
4 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
namespace OI.Metrology.Shared.DataModels;
public class HeaderCommond : HeaderCommon
public class Pinned : HeaderCommon
{
public string PointA { get; set; }
@ -13,7 +13,7 @@ public class HeaderCommond : HeaderCommon
public string PointH { get; set; }
public string PointI { get; set; }
public HeaderCommond(HeaderCommon headerCommon, List<string> values)
public Pinned(HeaderCommon headerCommon, List<string> values)
{
ID = headerCommon.ID;
InsertDate = headerCommon.InsertDate;