aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-10 19:03:09 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-10 19:03:09 +0300
commita5c351107e53c26d12c880dfc926eefbe8ddee57 (patch)
tree1fdf42512f1b52e78bc8a4e8030511eba8a410b7 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parent112fc0501b635b769f875f32f34c22041f25836e (diff)
downloadTango-a5c351107e53c26d12c880dfc926eefbe8ddee57.tar.gz
Tango-a5c351107e53c26d12c880dfc926eefbe8ddee57.zip
Added valves to db ,observables and PMR.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
index 0c8557173..bc42859dc 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
@@ -601,7 +601,7 @@ namespace Tango.BL
/// <summary>
/// Gets or sets the TechValves.
/// </summary>
- public DbSet<TechValf> TechValves
+ public DbSet<TechValve> TechValves
{
get; set;
}