aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services/Configurations/Mapping
diff options
context:
space:
mode:
Diffstat (limited to 'src/Services/DevHive.Services/Configurations/Mapping')
-rw-r--r--src/Services/DevHive.Services/Configurations/Mapping/UserMappings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Services/DevHive.Services/Configurations/Mapping/UserMappings.cs b/src/Services/DevHive.Services/Configurations/Mapping/UserMappings.cs
index 9a8e3d9..043fcb7 100644
--- a/src/Services/DevHive.Services/Configurations/Mapping/UserMappings.cs
+++ b/src/Services/DevHive.Services/Configurations/Mapping/UserMappings.cs
@@ -2,7 +2,7 @@ using DevHive.Data.Models;
using AutoMapper;
using DevHive.Services.Models.User;
using DevHive.Common.Models.Misc;
-using DevHive.Data.RelationModels;
+using DevHive.Data.Models.Relational;
namespace DevHive.Services.Configurations.Mapping
{