Need DB II
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user