aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/CachedJobOperation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/CachedJobOperation.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/CachedJobOperation.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/CachedJobOperation.cs b/Software/Visual_Studio/Tango.Integration/Operation/CachedJobOperation.cs
deleted file mode 100644
index cca0ca516..000000000
--- a/Software/Visual_Studio/Tango.Integration/Operation/CachedJobOperation.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Tango.BL.DTO;
-using Tango.PMR.MachineStatus;
-
-namespace Tango.Integration.Operation
-{
- public class CachedJobOperation
- {
- public JobDTO JobDTO { get; set; }
- public MachineStatus MachineStatus { get; set; }
- public ProcessParametersTableDTO ProcessParametersDTO { get; set; }
- public ConfigurationDTO MachineConfigurationDTO { get; set; }
- }
-}