From 65d7f918b273a572d2d9a1d08a2797ea76b10850 Mon Sep 17 00:00:00 2001 From: Roy Date: Thu, 1 Mar 2018 23:27:24 +0200 Subject: Another BL Optimization /: --- .../Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml index 19455169c..f70b25f0c 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml @@ -8,7 +8,7 @@ using Newtonsoft.Json; using System.Linq; using Tango.DAL.Remote.DB; -namespace Tango.BL.Observables +namespace Tango.BL.Entities { [Table("@(Model.TableName)")] public partial class @(Model.Name) : ObservableEntity<@(Model.Name)> -- cgit v1.3.1