diff options
Diffstat (limited to 'API/Database/DbRepository.cs')
| -rw-r--r-- | API/Database/DbRepository.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/API/Database/DbRepository.cs b/API/Database/DbRepository.cs index a24be36..786062c 100644 --- a/API/Database/DbRepository.cs +++ b/API/Database/DbRepository.cs @@ -1,9 +1,9 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Models.Interfaces.Database; +using Data.Models.Interfaces.Database; using Microsoft.EntityFrameworkCore; -using Models.Classes; +using Data.Models.Classes; namespace API.Database { |
