9 lines
134 B
C#
9 lines
134 B
C#
|
|
using DTS.Common.Base;
|
|||
|
|
|
|||
|
|
namespace DTS.Common.Interface
|
|||
|
|
{
|
|||
|
|
public interface ISensorTemplatesView:IBaseView
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|