From db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 4 Aug 2018 14:35:57 +0300 Subject: Added DB, Observables, PMR Hardware Break Sensors & Break Sensors. --- .../Visual_Studio/Tango.BL/ObservablesContext.cs | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs') diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs index 48e0e0151..5c20899e9 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs @@ -222,6 +222,38 @@ namespace Tango.BL get; set; } + /// + /// Gets or sets the HardwareBlowerTypes. + /// + public DbSet HardwareBlowerTypes + { + get; set; + } + + /// + /// Gets or sets the HardwareBlowers. + /// + public DbSet HardwareBlowers + { + get; set; + } + + /// + /// Gets or sets the HardwareBreakSensorTypes. + /// + public DbSet HardwareBreakSensorTypes + { + get; set; + } + + /// + /// Gets or sets the HardwareBreakSensors. + /// + public DbSet HardwareBreakSensors + { + get; set; + } + /// /// Gets or sets the HardwareDancerTypes. /// -- cgit v1.3.1