init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//using DTS.Common.Interface.Hardware;
|
||||
//using DTS.SensorDB;
|
||||
|
||||
namespace DatabaseImport
|
||||
{
|
||||
public interface ICachedContainer
|
||||
{
|
||||
DASHardware GetCachedHardware(string serialNumber);
|
||||
IISOHardware[] GetAllCachedHardware();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user