From 2b8e41b5279c2d3ab370595f6593b64ea734ef87 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 4 Mar 2018 15:28:15 +0200 Subject: Implemented job embroidery image capture, display export, Implemented running job text to speech. --- .../Templates/ObservablesContextCodeFile.cshtml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml index 1879cb3f2..e7e9fa5a6 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml @@ -11,16 +11,6 @@ namespace Tango.BL { public partial class ObservablesContext : DbContext { - /// - /// Initializes a new instance of the class. - /// - /// The server file path. - /// if set to true will try to connect to an .mdf file. - public ObservablesContext(String path, bool isFile) : base(ComposeConnectionString(path, isFile)) - { - - } - @foreach (var prop in Model.Properties) {
-- cgit v1.3.1