aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration')
-rw-r--r--Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml2
1 files changed, 1 insertions, 1 deletions
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)
{