Files

8 lines
139 B
C#
Executable File

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