IRobotCase.cs 108 B

1234567
  1. namespace ET.Server
  2. {
  3. public interface IRobotCase
  4. {
  5. ETTask Run(RobotCase robotCase);
  6. }
  7. }