From bcdbd113e628e9d69982b16e543bd139f7e22f3f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 14 Jan 2018 15:53:24 +0200 Subject: Added partial declarations for DAL observables. --- .../Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml index 7e577bbca..709da7dda 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml @@ -7,7 +7,7 @@ using Tango.DAL.Remote.DB; namespace Tango.DAL.Observables { [EntityFieldName("@(Model.TableName)")] - public class @(Model.Name) : ObservableEntity<@(Model.EntityName)> + public partial class @(Model.Name) : ObservableEntity<@(Model.EntityName)> { @foreach (var prop in Model.Fields) { -- cgit v1.3.1