diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-11-13 05:12:21 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-11-13 05:12:21 +0200 |
| commit | 331266b13685e16520ae5baa8a7aff50789c31df (patch) | |
| tree | e41c95c155aecccd43cac6498e4bd70a3e227f5a /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | 46978af63f2f683eefb0cadb87c1ce7540b0038d (diff) | |
| download | Tango-331266b13685e16520ae5baa8a7aff50789c31df.tar.gz Tango-331266b13685e16520ae5baa8a7aff50789c31df.zip | |
Inks Extension Support.
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 259205160..3cabae68c 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs @@ -359,6 +359,14 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the ColorMeasurements. + /// </summary> + public DbSet<ColorMeasurement> ColorMeasurements + { + get; set; + } + + /// <summary> /// Gets or sets the ColorProcessInkUptake. /// </summary> public DbSet<ColorProcessInkUptake> ColorProcessInkUptake |
