Removed HttpContext.Session
This commit is contained in:
@ -5,17 +5,7 @@ namespace OI.Metrology.Shared.Models.Stateless;
|
||||
public interface IPinRepository
|
||||
{
|
||||
|
||||
enum ToolId
|
||||
{
|
||||
BioRad = 1,
|
||||
CDE = 2,
|
||||
Tencor = 3,
|
||||
HgCV = 4,
|
||||
Stratus = 5,
|
||||
SP1 = 6,
|
||||
}
|
||||
|
||||
Result<Pinned[]> GetPinnedTable(IMetrologyRepository metrologyRepository, int id, string? rds, string? bioRad, string? cde);
|
||||
Result<Pinned[]> GetPinnedTable(IMetrologyRepository metrologyRepository, int id, string? biorad_id, string? cde_id, string? rds);
|
||||
void SetPinnedTable(HeaderCommon headerCommon);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user