diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-08 15:50:21 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-08-08 15:50:21 +0300 |
| commit | 9240614f1bc024801789054092a961c6193695fb (patch) | |
| tree | b4373828029ff9ea12251bc572d36ab519bf40ed /Software/Visual_Studio_v2/Tango.DAL/Models/MachineConfigurationModel.cs | |
| parent | 97411eb2550c6b483181b823da12f127cf903170 (diff) | |
| download | Tango-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.cs | 11 |
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 + { + + } +} |
