diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-13 13:28:19 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-13 13:28:19 +0200 |
| commit | 5babd8f257e9e6623ef1b0f1b17bc30619cc62bd (patch) | |
| tree | bc93a6992374f91131252e490edd5907ca42d83f /Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs | |
| parent | 9e82f9c21ff62e0541c1221c96f3d09f81e480d5 (diff) | |
| download | Tango-5babd8f257e9e6623ef1b0f1b17bc30619cc62bd.tar.gz Tango-5babd8f257e9e6623ef1b0f1b17bc30619cc62bd.zip | |
Improved Observable entities save procedures.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs index 571107031..abdded03e 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs @@ -34,10 +34,8 @@ namespace Tango.UnitTesting { machine.SerialNumber = "1111"; machine.Organization.Address.AddressString = "HOW HOW HOW"; - machine.Save(db); + machine.Save(); } - - db.SaveChanges(); } } } |
