aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-12-17 20:04:34 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-12-17 20:04:34 +0200
commit74d6b86d46819376f0389d6fd4055e40e4e01598 (patch)
tree02ac8b53c283aca235a116dde8c6e1027ea3edad /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parent2d148c9f0de61bc09fbab89341dc05b82e45f78a (diff)
downloadTango-74d6b86d46819376f0389d6fd4055e40e4e01598.tar.gz
Tango-74d6b86d46819376f0389d6fd4055e40e4e01598.zip
Started working on Action Logs !!!
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 4eaf256d2..3511a7624 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
@@ -31,6 +31,14 @@ namespace Tango.BL
}
/// <summary>
+ /// Gets or sets the ActionLogs.
+ /// </summary>
+ public DbSet<ActionLog> ActionLogs
+ {
+ get; set;
+ }
+
+ /// <summary>
/// Gets or sets the Addresses.
/// </summary>
public DbSet<Address> Addresses