aboutsummaryrefslogtreecommitdiff
path: root/API/Database
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-10 17:13:52 +0200
committertranstrike <transtrike@gmail.com>2020-12-10 17:13:52 +0200
commitb9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a (patch)
treee5fe1d488a0ed534d207bcd0e6cd6b6454204ba6 /API/Database
parent123d1534a70d7909eca234f85f95538c538f6085 (diff)
downloadDevHive-b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a.tar
DevHive-b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a.tar.gz
DevHive-b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a.zip
Trying to implement AutoMapper
Diffstat (limited to 'API/Database')
-rw-r--r--API/Database/DbRepository.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/API/Database/DbRepository.cs b/API/Database/DbRepository.cs
index ea1593a..acb91dc 100644
--- a/API/Database/DbRepository.cs
+++ b/API/Database/DbRepository.cs
@@ -3,6 +3,7 @@ using System.Linq;
using System.Threading.Tasks;
using Models.Interfaces.Database;
using Microsoft.EntityFrameworkCore;
+using Models.Classes;
namespace API.Database
{