diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-12-20 16:42:10 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-12-20 16:42:10 +0200 |
| commit | 0075323e927c022322dbd6e3f6bbcebc05d06f4e (patch) | |
| tree | 65ff5c4919ec13fad3743385ba7d18f16b48af99 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | 5ab11fca7d8094678b1c675cf6a42011f7f2c3de (diff) | |
| download | Tango-0075323e927c022322dbd6e3f6bbcebc05d06f4e.tar.gz Tango-0075323e927c022322dbd6e3f6bbcebc05d06f4e.zip | |
Disabled job uploads from PPC to cloud.
Added Denier linear mass density unit.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservablesContext.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs index e7e0fe0fb..a799d7860 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs @@ -71,14 +71,6 @@ namespace Tango.BL } /// <summary> - /// Gets or sets the RubbingResults. - /// </summary> - public DbSet<RubbingResult> RubbingResults - { - get; set; - } - - /// <summary> /// Gets or sets the TensileResults. /// </summary> public DbSet<TensileResult> TensileResults @@ -743,6 +735,14 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the RubbingResults. + /// </summary> + public DbSet<RubbingResult> RubbingResults + { + get; set; + } + + /// <summary> /// Gets or sets the Segments. /// </summary> public DbSet<Segment> Segments |
