diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-04-12 18:53:40 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-04-12 18:53:40 +0300 |
| commit | 11035a1654ab2c6a30ba7906bd911c53b0de789a (patch) | |
| tree | 92e59eb5cb176777e20cd91a23d5dd95a0f7e80b /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | e335441bad3e19029caf3cf627b768848b801889 (diff) | |
| download | Tango-11035a1654ab2c6a30ba7906bd911c53b0de789a.tar.gz Tango-11035a1654ab2c6a30ba7906bd911c53b0de789a.zip | |
RMLS_EXTENSIONS new db table.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservablesContext.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs index ae1efff3a..0f4bbb311 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs @@ -567,6 +567,14 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the RmlsExtensions. + /// </summary> + public DbSet<RmlsExtension> RmlsExtensions + { + get; set; + } + + /// <summary> /// Gets or sets the RmlsSpools. /// </summary> public DbSet<RmlsSpool> RmlsSpools |
