aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-19 14:35:08 +0200
committertranstrike <transtrike@gmail.com>2020-12-19 14:35:08 +0200
commit3fc676497f4a4b1671e31cc3b8cd3e4c6ac96920 (patch)
treed9aa0f986732933d0d5efea630fec9ca26affc8a /src/DevHive.Data
parentc8ce9f236f69cd0be2fb156171b53efa62930122 (diff)
downloadDevHive-3fc676497f4a4b1671e31cc3b8cd3e4c6ac96920.tar
DevHive-3fc676497f4a4b1671e31cc3b8cd3e4c6ac96920.tar.gz
DevHive-3fc676497f4a4b1671e31cc3b8cd3e4c6ac96920.zip
ALmost solved DP
Diffstat (limited to 'src/DevHive.Data')
-rw-r--r--src/DevHive.Data/DevHiveContext.cs (renamed from src/DevHive.Data/Repositories/DevHiveContext.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Data/Repositories/DevHiveContext.cs b/src/DevHive.Data/DevHiveContext.cs
index 7fa8130..e8eb5fb 100644
--- a/src/DevHive.Data/Repositories/DevHiveContext.cs
+++ b/src/DevHive.Data/DevHiveContext.cs
@@ -3,7 +3,7 @@ using DevHive.Data.Models;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
-namespace DevHive.Data.Repositories
+namespace DevHive.Data
{
public class DevHiveContext : IdentityDbContext<User, Role, Guid>
{