diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-20 20:10:28 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-20 20:10:28 +0300 |
| commit | e6c909c6d72d827175f75f77b2b7ed0f3a6feb71 (patch) | |
| tree | daa8412eeb63dc20c1b2c31d5de7e335a0d571c0 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs | |
| parent | 7c0f64ad7bc21f1a703c4aa8f77cdde999b13896 (diff) | |
| download | Tango-e6c909c6d72d827175f75f77b2b7ed0f3a6feb71.tar.gz Tango-e6c909c6d72d827175f75f77b2b7ed0f3a6feb71.zip | |
Working on PPC.
Added some fields to DB Job.
Added Customers Table.
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 fcdfd9f50..545ac4263 100644 --- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs +++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs @@ -125,6 +125,14 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the Customers. + /// </summary> + public DbSet<Customer> Customers + { + get; set; + } + + /// <summary> /// Gets or sets the DispenserTypes. /// </summary> public DbSet<DispenserType> DispenserTypes |
