From 4e81425d99f39b8edc10660d72566c6c1408810d Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 23 Aug 2018 14:52:22 +0300 Subject: changes on other computers --- .../Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml | 1 + 1 file changed, 1 insertion(+) (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 873668545..cb8760755 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml @@ -74,6 +74,7 @@ namespace Tango.BL.Entities {
@(prop.Name) = new @(prop.Type)(); + @(prop.Name).EnableCrossThreadOperations();
} } -- cgit v1.3.1