From 54c192aac4ce2a49b77a87416b492023f981c856 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 1 Mar 2018 16:05:30 +0200 Subject: Moved Dispensing and Observables to Tango.BL !!! --- .../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 4cdb1d6fa..19455169c 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.Integration.Observables +namespace Tango.BL.Observables { [Table("@(Model.TableName)")] public partial class @(Model.Name) : ObservableEntity<@(Model.Name)> -- cgit v1.3.1