Files
mxaccessgw/src/MxGateway.Worker/Sta/IStaCommandExecutor.cs
T
2026-04-26 17:49:01 -04:00

9 lines
156 B
C#

using MxGateway.Contracts.Proto;
namespace MxGateway.Worker.Sta;
public interface IStaCommandExecutor
{
MxCommandReply Execute(StaCommand command);
}