diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-13 18:16:37 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-13 18:16:37 +0200 |
| commit | ad3b8e0070c0abdf0b87bd50428e509e1bff2d8e (patch) | |
| tree | 0da2c6aa256e00ff6ee3fec55ba4aaa95abba0e5 /src/Data/DevHive.Data/Repositories/CommentRepository.cs | |
| parent | c5b27c7eb62cc5428a0c01ffcf381f429d776122 (diff) | |
| download | DevHive-ad3b8e0070c0abdf0b87bd50428e509e1bff2d8e.tar DevHive-ad3b8e0070c0abdf0b87bd50428e509e1bff2d8e.tar.gz DevHive-ad3b8e0070c0abdf0b87bd50428e509e1bff2d8e.zip | |
Restructure Successful
Diffstat (limited to 'src/Data/DevHive.Data/Repositories/CommentRepository.cs')
| -rw-r--r-- | src/Data/DevHive.Data/Repositories/CommentRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/DevHive.Data/Repositories/CommentRepository.cs b/src/Data/DevHive.Data/Repositories/CommentRepository.cs index bee7624..c63fe65 100644 --- a/src/Data/DevHive.Data/Repositories/CommentRepository.cs +++ b/src/Data/DevHive.Data/Repositories/CommentRepository.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; -using DevHive.Data.Interfaces.Repositories; +using DevHive.Data.Interfaces; using DevHive.Data.Models; using Microsoft.EntityFrameworkCore; |
