diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-08-04 14:35:57 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-08-04 14:35:57 +0300 |
| commit | db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70 (patch) | |
| tree | 6edfb51c6fde983291a415b8b19a972b2aa78548 /Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs | |
| parent | 76d311ad4690b9f88ae71ff097c6592190b65012 (diff) | |
| download | Tango-db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70.tar.gz Tango-db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70.zip | |
Added DB, Observables, PMR Hardware Break Sensors & Break Sensors.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs b/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs index b8736f856..bc939259d 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesEntitiesAdapter.cs @@ -304,6 +304,14 @@ namespace Tango.BL HardwareSpeedSensors = Context.HardwareSpeedSensors.ToObservableCollection(); + HardwareBlowerTypes = Context.HardwareBlowerTypes.ToObservableCollection(); + + HardwareBlowers = Context.HardwareBlowers.ToObservableCollection(); + + HardwareBreakSensorTypes = Context.HardwareBreakSensorTypes.ToObservableCollection(); + + HardwareBreakSensors = Context.HardwareBreakSensors.ToObservableCollection(); + HtmlPages = Context.HtmlPages.ToObservableCollection(); Customers = Context.Customers.ToObservableCollection(); |
