namespace Aucma.Core.RunPlc
{
public interface IRunPlcService
Task StartMelsecMcSeverAsync();
Task StartMelsecPlcAsync();
}