aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-08-08 15:50:21 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-08-08 15:50:21 +0300
commit9240614f1bc024801789054092a961c6193695fb (patch)
treeb4373828029ff9ea12251bc572d36ab519bf40ed /Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs
parent97411eb2550c6b483181b823da12f127cf903170 (diff)
downloadTango-9240614f1bc024801789054092a961c6193695fb.tar.gz
Tango-9240614f1bc024801789054092a961c6193695fb.zip
v2 Working on unit of work.
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
+ {
+
+ }
+}