aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsResponse.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsResponse.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsResponse.cs b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsResponse.cs
deleted file mode 100644
index 2063d5e59..000000000
--- a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsResponse.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using Tango.MachineService.Gateway.DTO;
-
-namespace Tango.MachineService.Gateway.Messages
-{
- public class EnvironmentsResponse
- {
- public List<EnvironmentConfiguration> Environments { get; set; }
-
- public EnvironmentsResponse()
- {
- Environments = new List<EnvironmentConfiguration>();
- }
- }
-} \ No newline at end of file