2016-04-13 16:41:32 +03:00
|
|
|
namespace MTApiService
|
2014-10-31 09:05:52 +02:00
|
|
|
{
|
2016-11-23 10:51:50 +02:00
|
|
|
internal interface ICommandManager
|
2014-10-31 09:05:52 +02:00
|
|
|
{
|
2016-11-23 10:51:50 +02:00
|
|
|
MtCommandTask SendCommand(MtCommand task);
|
2014-10-31 09:05:52 +02:00
|
|
|
}
|
|
|
|
|
}
|