aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-24 16:59:20 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-24 16:59:20 +0300
commit3d1002b25ebc05c88336dc56ec03f627fd49d200 (patch)
tree0a97f20cfd0acf25f354554fd1790f072b3aac8d /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parent615311366218b9db2cdf5067b207743f41e95b8d (diff)
downloadTango-3d1002b25ebc05c88336dc56ec03f627fd49d200.tar.gz
Tango-3d1002b25ebc05c88336dc56ec03f627fd49d200.zip
Fixed issue with light touch scroll viewer.
Implemented PPC color fine tuning.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesContext.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
index a567c3778..48e0e0151 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
@@ -23,6 +23,14 @@ namespace Tango.BL
{
/// <summary>
+ /// Gets or sets the SyncConfigurations.
+ /// </summary>
+ public DbSet<SyncConfiguration> SyncConfigurations
+ {
+ get; set;
+ }
+
+ /// <summary>
/// Gets or sets the ActionTypes.
/// </summary>
public DbSet<ActionType> ActionTypes
@@ -519,14 +527,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the SyncConfigurations.
- /// </summary>
- public DbSet<SyncConfiguration> SyncConfigurations
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Sysdiagrams.
/// </summary>
public DbSet<Sysdiagram> Sysdiagrams