aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-21 13:05:37 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-21 13:05:37 +0300
commit5c58e6499306b3087015758c1054497dccc407e6 (patch)
tree82d3b43c83f57d381d7a4fd4d7071861387fb68f /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
parentb4a1c833f0e67835e89961e77329efe5bf2a7797 (diff)
downloadTango-5c58e6499306b3087015758c1054497dccc407e6.tar.gz
Tango-5c58e6499306b3087015758c1054497dccc407e6.zip
Done with Developer Module.
Implemented DB auth using Azure Active Directory Interactive!
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
index 23213f194..b2ea6ac30 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
@@ -28,9 +28,9 @@ namespace Tango.PPC.Common
/// <summary>
/// Gets the static observable entities adapter.
/// </summary>
- public ObservablesEntitiesAdapter Adapter
+ public ObservablesStaticCollections Adapter
{
- get { return ObservablesEntitiesAdapter.Instance; }
+ get { return ObservablesStaticCollections.Instance; }
}
/// <summary>