aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-08 11:49:37 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-08 11:49:37 +0000
commite55dccac00506648e44bac8d2f4b7a5e31b60e23 (patch)
tree2f465e6e705b412f8b39713e59b6dc783bdde47d /Database
parentf714e54dba371f7398aecbff824f73d529d038f0 (diff)
downloadnewsaggregator-e55dccac00506648e44bac8d2f4b7a5e31b60e23.tar.gz
newsaggregator-e55dccac00506648e44bac8d2f4b7a5e31b60e23.tar.bz2
newsaggregator-e55dccac00506648e44bac8d2f4b7a5e31b60e23.zip
Changed namespace to single Database
Diffstat (limited to 'Database')
-rw-r--r--Database/Database.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database/Database.cs b/Database/Database.cs
index 100a9af..7db4d30 100644
--- a/Database/Database.cs
+++ b/Database/Database.cs
@@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Classes;
-namespace Database.Database {
+namespace Database {
public partial class DatabaseContext : DbContext {
private Dictionary<string, string> Details;