diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-10 19:03:09 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-10 19:03:09 +0300 |
| commit | a5c351107e53c26d12c880dfc926eefbe8ddee57 (patch) | |
| tree | 1fdf42512f1b52e78bc8a4e8030511eba8a410b7 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | 112fc0501b635b769f875f32f34c22041f25836e (diff) | |
| download | Tango-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.cs | 2 |
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; } |
