mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
8 lines
139 B
C#
Executable File
8 lines
139 B
C#
Executable File
namespace MTApiService
|
|
{
|
|
internal interface ICommandManager
|
|
{
|
|
MtCommandTask SendCommand(MtCommand task);
|
|
}
|
|
}
|