diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 13:39:55 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 13:39:55 +0200 |
| commit | 1af0fb147bdf353e70ba4a387832dc26689fafe7 (patch) | |
| tree | c8e47c865858f80d829e8dc56bbcc5d49945dc37 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | f1ef8138154ade048b7e2ff0aac31db5594d26b9 (diff) | |
| download | Tango-1af0fb147bdf353e70ba4a387832dc26689fafe7.tar.gz Tango-1af0fb147bdf353e70ba4a387832dc26689fafe7.zip | |
Added organizations rmls and machines rmls.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservablesContext.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs index 5e75822ab..25c3b5682 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs @@ -415,6 +415,14 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the MachinesRmls. + /// </summary> + public DbSet<MachinesRml> MachinesRmls + { + get; set; + } + + /// <summary> /// Gets or sets the MediaConditions. /// </summary> public DbSet<MediaCondition> MediaConditions @@ -455,6 +463,14 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the OrganizationsRmls. + /// </summary> + public DbSet<OrganizationsRml> OrganizationsRmls + { + get; set; + } + + /// <summary> /// Gets or sets the Permissions. /// </summary> public DbSet<Permission> Permissions |
