init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using DTS.Common.Interface.DASFactory.Diagnostics;
|
||||
using DTS.SensorDB;
|
||||
|
||||
namespace DataPROWin7.DataModel.Classes.TestTemplate
|
||||
{
|
||||
public interface ICachedContainer
|
||||
{
|
||||
DASHardware GetCachedHardware(string serialNumber);
|
||||
SensorData GetCachedSensor(string serialNumber);
|
||||
SensorCalibration[] GetCalibrations(string serialNumber);
|
||||
IISOHardware[] GetAllCachedHardware();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user