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

@ -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);
}