Files
mtapi/MTApiService/ICommandManager.cs

8 lines
139 B
C#
Executable File

namespace MTApiService
{
internal interface ICommandManager
{
MtCommandTask SendCommand(MtCommand task);
}
}