diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-01 16:05:30 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-01 16:05:30 +0200 |
| commit | 54c192aac4ce2a49b77a87416b492023f981c856 (patch) | |
| tree | 25b9caa4f0dfaa1ab3debda13e80357cda0b28ee /Software/Visual_Studio/Tango.CodeGeneration/Templates | |
| parent | 6e2eeb6829b2b1bf5e1e5334b9dad84f10ce2bc1 (diff) | |
| download | Tango-54c192aac4ce2a49b77a87416b492023f981c856.tar.gz Tango-54c192aac4ce2a49b77a87416b492023f981c856.zip | |
Moved Dispensing and Observables to Tango.BL !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates')
4 files changed, 4 insertions, 4 deletions
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)> diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EnumerationFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EnumerationFile.cshtml index a8a632679..d8422a6a6 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EnumerationFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EnumerationFile.cshtml @@ -4,7 +4,7 @@ using System.Collections.ObjectModel; using System.Linq; using System.ComponentModel; -namespace Tango.Integration.Observables +namespace Tango.BL.Observables { public enum @(Model.Name) { diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesAdapterFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesAdapterFile.cshtml index dce9b39e9..0f4fad741 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesAdapterFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesAdapterFile.cshtml @@ -1,7 +1,7 @@ using System.Collections.ObjectModel; using System.ComponentModel; -namespace Tango.Integration.Observables +namespace Tango.BL.Observables { public partial class @(Model.Name) { diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml index d2494c1bd..edeab8675 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml @@ -6,7 +6,7 @@ using System.Text; using System.Threading.Tasks; using Tango.Settings; -namespace Tango.Integration.Observables +namespace Tango.BL.Observables { public partial class ObservablesContext : DbContext { |
