aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-20 20:10:28 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-20 20:10:28 +0300
commite6c909c6d72d827175f75f77b2b7ed0f3a6feb71 (patch)
treedaa8412eeb63dc20c1b2c31d5de7e335a0d571c0 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parent7c0f64ad7bc21f1a703c4aa8f77cdde999b13896 (diff)
downloadTango-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.cs8
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