From 20482140c124fd1d5caaffcc9b0dfe853b30dd6f Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 27 Jan 2018 17:18:10 +0200 Subject: Re-factored DAL Observables using EF Code First !!!!!! --- .../Tango.CodeGeneration/ObservablesContextCodeFile.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Software/Visual_Studio/Tango.CodeGeneration/ObservablesContextCodeFile.cs (limited to 'Software/Visual_Studio/Tango.CodeGeneration/ObservablesContextCodeFile.cs') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/ObservablesContextCodeFile.cs b/Software/Visual_Studio/Tango.CodeGeneration/ObservablesContextCodeFile.cs new file mode 100644 index 000000000..618af0916 --- /dev/null +++ b/Software/Visual_Studio/Tango.CodeGeneration/ObservablesContextCodeFile.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.CodeGeneration +{ + public class ObservablesContextCodeFile : Class + { + } +} -- cgit v1.3.1