aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs')
-rw-r--r--Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs b/Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs
new file mode 100644
index 000000000..e8f6c345d
--- /dev/null
+++ b/Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace Tango.DAL.Models
+{
+ public class MachineConfigurationModel
+ {
+
+ }
+}