From 17612c08da93c75d4c941a643bc7602c18f351d8 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 23 Feb 2019 20:15:36 +0200 Subject: Implemented auto DTO generation. Implemented mapping of DTO <=> Observables. Organization of unit tests. Removed DELETED from ADDRESS & CONTACT. --- Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs index 9216f5c29..958754a60 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs @@ -27,11 +27,6 @@ namespace Tango.CodeGeneration /// public List Fields { get; set; } - /// - /// Gets or sets the description. - /// - public String Description { get; set; } - /// /// Initializes a new instance of the class. /// -- cgit v1.3.1