forked from ddrilling/AsbCloudServer
7 lines
102 B
C#
7 lines
102 B
C#
|
namespace AsbCloudApp.Services.Subsystems
|
|||
|
{
|
|||
|
internal interface ISubsystemService
|
|||
|
{
|
|||
|
}
|
|||
|
}
|