Testing I
This commit is contained in:
@ -7,12 +7,12 @@ public interface IPinRepository
|
||||
|
||||
enum ToolId
|
||||
{
|
||||
BioRad = 0,
|
||||
CDE = 1,
|
||||
Tencor = 2,
|
||||
HgCV = 3,
|
||||
Stratus = 4,
|
||||
SP1 = 5,
|
||||
BioRad = 1,
|
||||
CDE = 2,
|
||||
Tencor = 3,
|
||||
HgCV = 4,
|
||||
Stratus = 5,
|
||||
SP1 = 6,
|
||||
}
|
||||
|
||||
Result<HeaderCommond[]> GetPinnedTable(IMetrologyRepository metrologyRepository, int id, string? bioRad, string? cde);
|
||||
|
Reference in New Issue
Block a user