Added Dual Layer data in the report (pulling from the database and displaying it back on the main form)
This commit is contained in:
@ -14,5 +14,6 @@ namespace ReportingServices.Dependency_Injections
|
||||
public int[] GetNumberOfSingleLoadLocks();
|
||||
public int[] GetNumberOfToolUnloadTempsLessThan700();
|
||||
public QuarterlyTargets GetQuarterlyTargets();
|
||||
public Dictionary<string, List<string>> GetDualLayerReactors();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user