diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml | 10 |
1 files changed, 0 insertions, 10 deletions
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 { - /// <summary> - /// Initializes a new instance of the <see cref="ObservablesContext" /> class. - /// </summary> - /// <param name="path">The server file path.</param> - /// <param name="isFile">if set to <c>true</c> will try to connect to an .mdf file.</param> - public ObservablesContext(String path, bool isFile) : base(ComposeConnectionString(path, isFile)) - { - - } - @foreach (var prop in Model.Properties) { <div> |
