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;
|
||||
|
@ -15,6 +15,6 @@ public interface IPinRepository
|
||||
SP1 = 6,
|
||||
}
|
||||
|
||||
Result<HeaderCommond[]> GetPinnedTable(IMetrologyRepository metrologyRepository, int id, string? bioRad, string? cde);
|
||||
Result<Pinned[]> GetPinnedTable(IMetrologyRepository metrologyRepository, int id, string? bioRad, string? cde);
|
||||
|
||||
}
|
Reference in New Issue
Block a user